LLVM 19.0.0git
Public Attributes | List of all members
llvm::consthoist::ConstantInfo Struct Reference

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

#include "llvm/Transforms/Scalar/ConstantHoisting.h"

Public Attributes

ConstantIntBaseInt
 
ConstantExprBaseExpr
 
RebasedConstantListType RebasedConstants
 

Detailed Description

A base constant and all its rebased constants.

Definition at line 113 of file ConstantHoisting.h.

Member Data Documentation

◆ BaseExpr

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

Definition at line 118 of file ConstantHoisting.h.

◆ BaseInt

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

Definition at line 117 of file ConstantHoisting.h.

◆ RebasedConstants

RebasedConstantListType llvm::consthoist::ConstantInfo::RebasedConstants

Definition at line 119 of file ConstantHoisting.h.


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