LLVM: llvm::ConstantRangeListAttributeImpl Class Reference (original) (raw)
#include "[IR/AttributeImpl.h](AttributeImpl%5F8h%5Fsource.html)"
Inheritance diagram for llvm::ConstantRangeListAttributeImpl:
| Static Public Member Functions |
|
| static size_t |
totalSizeToAlloc (ArrayRef< ConstantRange > Val) |
| Static Public Member Functions inherited from llvm::AttributeImpl |
|
| static void |
Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind) |
| static void |
Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, uint64_t Val) |
| static void |
Profile (FoldingSetNodeID &ID, StringRef Kind, StringRef Values) |
| static void |
Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, Type *Ty) |
| static void |
Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, const ConstantRange &CR) |
| static void |
Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, ArrayRef< ConstantRange > Val) |
Detailed Description
Constructor & Destructor Documentation
◆ ~ConstantRangeListAttributeImpl()
| llvm::ConstantRangeListAttributeImpl::~ConstantRangeListAttributeImpl ( ) |
inline |
Member Function Documentation
◆ getConstantRangeListValue()
| ArrayRef< ConstantRange > llvm::ConstantRangeListAttributeImpl::getConstantRangeListValue ( ) const |
inline |
◆ totalSizeToAlloc()
| size_t llvm::ConstantRangeListAttributeImpl::totalSizeToAlloc ( ArrayRef< ConstantRange > Val) |
inlinestatic |
The documentation for this class was generated from the following file: