LLVM: llvm::consthoist::ConstantInfo Struct Reference (original) (raw)

A base constant and all its rebased constants. More...

#include "[llvm/Transforms/Scalar/ConstantHoisting.h](ConstantHoisting%5F8h%5Fsource.html)"

Public Attributes
ConstantInt * BaseInt
ConstantExpr * BaseExpr
RebasedConstantListType RebasedConstants

Detailed Description

A base constant and all its rebased constants.

Definition at line 115 of file ConstantHoisting.h.

Member Data Documentation

BaseExpr

ConstantExpr* llvm::consthoist::ConstantInfo::BaseExpr

Definition at line 120 of file ConstantHoisting.h.

BaseInt

ConstantInt* llvm::consthoist::ConstantInfo::BaseInt

Definition at line 119 of file ConstantHoisting.h.

RebasedConstants

RebasedConstantListType llvm::consthoist::ConstantInfo::RebasedConstants

Definition at line 121 of file ConstantHoisting.h.


The documentation for this struct was generated from the following file: