LLVM 20.0.0git
|
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 115 of file ConstantHoisting.h.
ConstantExpr* llvm::consthoist::ConstantInfo::BaseExpr |
Definition at line 120 of file ConstantHoisting.h.
ConstantInt* llvm::consthoist::ConstantInfo::BaseInt |
Definition at line 119 of file ConstantHoisting.h.
RebasedConstantListType llvm::consthoist::ConstantInfo::RebasedConstants |
Definition at line 121 of file ConstantHoisting.h.