LLVM 19.0.0git
Public Member Functions | List of all members
llvm::IntAttributeImpl Class Reference

#include "IR/AttributeImpl.h"

Inheritance diagram for llvm::IntAttributeImpl:
Inheritance graph
[legend]

Public Member Functions

 IntAttributeImpl (Attribute::AttrKind Kind, uint64_t Val)
 
uint64_t getValue () const
 
- Public Member Functions inherited from llvm::EnumAttributeImpl
 EnumAttributeImpl (Attribute::AttrKind Kind)
 
Attribute::AttrKind getEnumKind () const
 
- Public Member Functions inherited from llvm::AttributeImpl
 AttributeImpl (const AttributeImpl &)=delete
 
AttributeImploperator= (const AttributeImpl &)=delete
 
bool isEnumAttribute () const
 
bool isIntAttribute () const
 
bool isStringAttribute () const
 
bool isTypeAttribute () const
 
bool isConstantRangeAttribute () const
 
bool hasAttribute (Attribute::AttrKind A) const
 
bool hasAttribute (StringRef Kind) const
 
Attribute::AttrKind getKindAsEnum () const
 
uint64_t getValueAsInt () const
 
bool getValueAsBool () const
 
StringRef getKindAsString () const
 
StringRef getValueAsString () const
 
TypegetValueAsType () const
 
ConstantRange getValueAsConstantRange () const
 
bool operator< (const AttributeImpl &AI) const
 Used when sorting the attributes.
 
void Profile (FoldingSetNodeID &ID) const
 
- Public Member Functions inherited from llvm::FoldingSetBase::Node
 Node ()=default
 
void * getNextInBucket () const
 
void SetNextInBucket (void *N)
 

Additional Inherited Members

- 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)
 
- Protected Types inherited from llvm::AttributeImpl
enum  AttrEntryKind {
  EnumAttrEntry , IntAttrEntry , StringAttrEntry , TypeAttrEntry ,
  ConstantRangeAttrEntry
}
 
- Protected Member Functions inherited from llvm::EnumAttributeImpl
 EnumAttributeImpl (AttrEntryKind ID, Attribute::AttrKind Kind)
 
- Protected Member Functions inherited from llvm::AttributeImpl
 AttributeImpl (AttrEntryKind KindID)
 

Detailed Description

Definition at line 156 of file AttributeImpl.h.

Constructor & Destructor Documentation

◆ IntAttributeImpl()

llvm::IntAttributeImpl::IntAttributeImpl ( Attribute::AttrKind  Kind,
uint64_t  Val 
)
inline

Definition at line 160 of file AttributeImpl.h.

References assert(), and llvm::Attribute::isIntAttrKind().

Member Function Documentation

◆ getValue()

uint64_t llvm::IntAttributeImpl::getValue ( ) const
inline

Definition at line 166 of file AttributeImpl.h.


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