Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp368 bool Attribute::isConstantRangeListAttribute() const { in isConstantRangeListAttribute() function in Attribute
369 return pImpl && pImpl->isConstantRangeListAttribute(); in isConstantRangeListAttribute()
421 assert(isConstantRangeListAttribute() && in getValueAsConstantRangeList()
837 isConstantRangeAttribute() || isConstantRangeListAttribute()); in getKindAsEnum()
873 assert(isConstantRangeListAttribute()); in getValueAsConstantRangeList()
896 assert(!AI.isConstantRangeListAttribute() && in cmp()
H A DAttributeImpl.h69 bool isConstantRangeListAttribute() const { in isConstantRangeListAttribute() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp160 } else if (LA.isConstantRangeListAttribute() && in cmpAttrs()
161 RA.isConstantRangeListAttribute()) { in cmpAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h220 LLVM_ABI bool isConstantRangeListAttribute() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1047 assert(Attr.isConstantRangeListAttribute()); in writeAttributeGroupTable()