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> {
253 ConstantRangeListAttributeImpl(Attribute::AttrKind Kind, in ConstantRangeListAttributeImpl() function
261 ~ConstantRangeListAttributeImpl() { in ~ConstantRangeListAttributeImpl()
H A DLLVMContextImpl.cpp96 ConstantRangeListAttribute->~ConstantRangeListAttributeImpl(); in ~LLVMContextImpl()
H A DAttributes.cpp220 ConstantRangeListAttributeImpl::totalSizeToAlloc(Val), in get()
221 alignof(ConstantRangeListAttributeImpl)); in get()
222 PA = new (Mem) ConstantRangeListAttributeImpl(Kind, Val); in get()
225 reinterpret_cast<ConstantRangeListAttributeImpl *>(PA)); in get()
806 return static_cast<const ConstantRangeListAttributeImpl *>(this) in getValueAsConstantRangeList()
H A DLLVMContextImpl.h60 class ConstantRangeListAttributeImpl; variable
1543 std::vector<ConstantRangeListAttributeImpl *> ConstantRangeListAttributes;