Home
last modified time | relevance | path

Searched refs:ConstantRangeAttributeImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h234 class ConstantRangeAttributeImpl : public EnumAttributeImpl {
238 ConstantRangeAttributeImpl(Attribute::AttrKind Kind, const ConstantRange &CR) in ConstantRangeAttributeImpl() function
H A DLLVMContextImpl.h59 class ConstantRangeAttributeImpl; variable
1592 SpecificBumpPtrAllocator<ConstantRangeAttributeImpl>
H A DAttributes.cpp187 ConstantRangeAttributeImpl(Kind, CR); in get()
800 return static_cast<const ConstantRangeAttributeImpl *>(this) in getValueAsConstantRange()