LLVM  8.0.1
Public Member Functions | List of all members
llvm::GVNExpression::int_op_inserter Class Reference

#include "llvm/Transforms/Scalar/GVNExpression.h"

Inheritance diagram for llvm::GVNExpression::int_op_inserter:
Inheritance graph
[legend]
Collaboration diagram for llvm::GVNExpression::int_op_inserter:
Collaboration graph
[legend]

Public Member Functions

 int_op_inserter (AggregateValueExpression &E)
 
 int_op_inserter (AggregateValueExpression *E)
 
int_op_inserteroperator= (unsigned int val)
 
int_op_inserteroperator* ()
 
int_op_inserteroperator++ ()
 
int_op_inserteroperator++ (int)
 

Detailed Description

Definition at line 482 of file GVNExpression.h.

Constructor & Destructor Documentation

◆ int_op_inserter() [1/2]

llvm::GVNExpression::int_op_inserter::int_op_inserter ( AggregateValueExpression E)
inlineexplicit

Definition at line 490 of file GVNExpression.h.

◆ int_op_inserter() [2/2]

llvm::GVNExpression::int_op_inserter::int_op_inserter ( AggregateValueExpression E)
inlineexplicit

Definition at line 491 of file GVNExpression.h.

Member Function Documentation

◆ operator*()

int_op_inserter& llvm::GVNExpression::int_op_inserter::operator* ( )
inline

Definition at line 497 of file GVNExpression.h.

◆ operator++() [1/2]

int_op_inserter& llvm::GVNExpression::int_op_inserter::operator++ ( )
inline

Definition at line 498 of file GVNExpression.h.

◆ operator++() [2/2]

int_op_inserter& llvm::GVNExpression::int_op_inserter::operator++ ( int  )
inline

Definition at line 499 of file GVNExpression.h.

◆ operator=()

int_op_inserter& llvm::GVNExpression::int_op_inserter::operator= ( unsigned int  val)
inline

The documentation for this class was generated from the following file: