Home
last modified time | relevance | path

Searched refs:ConstantRangeListAttributeImpl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h244 class ConstantRangeListAttributeImpl final
246 private TrailingObjects<ConstantRangeListAttributeImpl, ConstantRange> {
252 ConstantRangeListAttributeImpl(Attribute::AttrKind Kind, in ConstantRangeListAttributeImpl() function
259 ~ConstantRangeListAttributeImpl() { in ~ConstantRangeListAttributeImpl()
H A DLLVMContextImpl.cpp92 ConstantRangeListAttribute->~ConstantRangeListAttributeImpl(); in ~LLVMContextImpl()
H A DAttributes.cpp222 ConstantRangeListAttributeImpl::totalSizeToAlloc(Val), in get()
223 alignof(ConstantRangeListAttributeImpl)); in get()
224 PA = new (Mem) ConstantRangeListAttributeImpl(Kind, Val); in get()
227 reinterpret_cast<ConstantRangeListAttributeImpl *>(PA)); in get()
874 return static_cast<const ConstantRangeListAttributeImpl *>(this) in getValueAsConstantRangeList()
H A DLLVMContextImpl.h60 class ConstantRangeListAttributeImpl; variable
1720 std::vector<ConstantRangeListAttributeImpl *> ConstantRangeListAttributes;