Home
last modified time | relevance | path

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

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