LLVM
8.0.1
|
A base constant and all its rebased constants. More...
#include "llvm/Transforms/Scalar/ConstantHoisting.h"
Public Attributes | |
ConstantInt * | BaseInt |
ConstantExpr * | BaseExpr |
RebasedConstantListType | RebasedConstants |
A base constant and all its rebased constants.
Definition at line 111 of file ConstantHoisting.h.
ConstantExpr* llvm::consthoist::ConstantInfo::BaseExpr |
Definition at line 116 of file ConstantHoisting.h.
Referenced by calculateOffsetDiff(), and updateOperand().
ConstantInt* llvm::consthoist::ConstantInfo::BaseInt |
Definition at line 115 of file ConstantHoisting.h.
Referenced by calculateOffsetDiff(), and updateOperand().
RebasedConstantListType llvm::consthoist::ConstantInfo::RebasedConstants |
Definition at line 117 of file ConstantHoisting.h.
Referenced by calculateOffsetDiff(), and updateOperand().