Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp358 bool Attribute::isConstantRangeListAttribute() const { in isConstantRangeListAttribute() function in Attribute
359 return pImpl && pImpl->isConstantRangeListAttribute(); in isConstantRangeListAttribute()
365 isConstantRangeAttribute() || isConstantRangeListAttribute()) && in getKindAsEnum()
412 assert(isConstantRangeListAttribute() && in getValueAsConstantRangeList()
769 isConstantRangeAttribute() || isConstantRangeListAttribute()); in getKindAsEnum()
805 assert(isConstantRangeListAttribute()); in getValueAsConstantRangeList()
824 assert(!AI.isConstantRangeListAttribute() && in operator <()
H A DAttributeImpl.h69 bool isConstantRangeListAttribute() const { in isConstantRangeListAttribute() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h200 bool isConstantRangeListAttribute() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp979 assert(Attr.isConstantRangeListAttribute()); in writeAttributeGroupTable()