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

#include <GVNExpression.h>

Inheritance diagram for llvm::GVNExpression::int_op_inserter:
[legend]
Collaboration diagram for llvm::GVNExpression::int_op_inserter:
[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 437 of file GVNExpression.h.

Constructor & Destructor Documentation

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

Definition at line 444 of file GVNExpression.h.

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

Definition at line 445 of file GVNExpression.h.

Member Function Documentation

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

Definition at line 450 of file GVNExpression.h.

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

Definition at line 451 of file GVNExpression.h.

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

Definition at line 452 of file GVNExpression.h.

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

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