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

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

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

Public Member Functions

 op_inserter (BasicExpression &E)
 
 op_inserter (BasicExpression *E)
 
op_inserteroperator= (Value *val)
 
op_inserteroperator* ()
 
op_inserteroperator++ ()
 
op_inserteroperator++ (int)
 

Detailed Description

Definition at line 244 of file GVNExpression.h.

Constructor & Destructor Documentation

◆ op_inserter() [1/2]

llvm::GVNExpression::op_inserter::op_inserter ( BasicExpression E)
inlineexplicit

Definition at line 252 of file GVNExpression.h.

◆ op_inserter() [2/2]

llvm::GVNExpression::op_inserter::op_inserter ( BasicExpression E)
inlineexplicit

Definition at line 253 of file GVNExpression.h.

Member Function Documentation

◆ operator*()

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

Definition at line 259 of file GVNExpression.h.

◆ operator++() [1/2]

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

Definition at line 260 of file GVNExpression.h.

◆ operator++() [2/2]

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

Definition at line 261 of file GVNExpression.h.

◆ operator=()

op_inserter& llvm::GVNExpression::op_inserter::operator= ( Value val)
inline

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