LLVM 20.0.0git
|
Keeps track of the user of a constant and the operand index where the constant is used. More...
#include "llvm/Transforms/Scalar/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 72 of file ConstantHoisting.h.
|
inline |
Definition at line 76 of file ConstantHoisting.h.
Instruction* llvm::consthoist::ConstantUser::Inst |
Definition at line 73 of file ConstantHoisting.h.
unsigned llvm::consthoist::ConstantUser::OpndIdx |
Definition at line 74 of file ConstantHoisting.h.