LLVM
8.0.1
|
This represents a constant that has been rebased with respect to a base constant. More...
#include "llvm/Transforms/Scalar/ConstantHoisting.h"
Public Member Functions | |
RebasedConstantInfo (ConstantUseListType &&Uses, Constant *Offset, Type *Ty=nullptr) | |
Public Attributes | |
ConstantUseListType | Uses |
Constant * | Offset |
Type * | Ty |
This represents a constant that has been rebased with respect to a base constant.
The difference to the base constant is recorded in Offset.
Definition at line 99 of file ConstantHoisting.h.
|
inline |
Definition at line 104 of file ConstantHoisting.h.
Constant* llvm::consthoist::RebasedConstantInfo::Offset |
Definition at line 101 of file ConstantHoisting.h.
Type* llvm::consthoist::RebasedConstantInfo::Ty |
Definition at line 102 of file ConstantHoisting.h.
ConstantUseListType llvm::consthoist::RebasedConstantInfo::Uses |
Definition at line 100 of file ConstantHoisting.h.