|
LLVM
4.0.0
|
Keeps track of the user of a constant and the operand index where the constant is used. More...
#include <ConstantHoisting.h>
Public Member Functions | |
| ConstantUser (Instruction *Inst, unsigned Idx) | |
Public Attributes | |
| Instruction * | Inst |
| unsigned | OpndIdx |
Keeps track of the user of a constant and the operand index where the constant is used.
Definition at line 51 of file ConstantHoisting.h.
|
inline |
Definition at line 55 of file ConstantHoisting.h.
| Instruction* llvm::consthoist::ConstantUser::Inst |
Definition at line 52 of file ConstantHoisting.h.
| unsigned llvm::consthoist::ConstantUser::OpndIdx |
Definition at line 53 of file ConstantHoisting.h.
1.8.6