|
LLVM
4.0.0
|
This represents a constant that has been rebased with respect to a base constant. More...
#include <ConstantHoisting.h>
Public Member Functions | |
| RebasedConstantInfo (ConstantUseListType &&Uses, Constant *Offset) | |
Public Attributes | |
| ConstantUseListType | Uses |
| Constant * | Offset |
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 78 of file ConstantHoisting.h.
|
inline |
Definition at line 82 of file ConstantHoisting.h.
| Constant* llvm::consthoist::RebasedConstantInfo::Offset |
Definition at line 80 of file ConstantHoisting.h.
| ConstantUseListType llvm::consthoist::RebasedConstantInfo::Uses |
Definition at line 79 of file ConstantHoisting.h.
1.8.6