Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h66 bool isConstantRangeAttribute() const { in isConstantRangeAttribute() function
101 else if (isConstantRangeAttribute()) in Profile()
H A DAttributes.cpp354 bool Attribute::isConstantRangeAttribute() const { in isConstantRangeAttribute() function in Attribute
355 return pImpl && pImpl->isConstantRangeAttribute(); in isConstantRangeAttribute()
365 isConstantRangeAttribute() || isConstantRangeListAttribute()) && in getKindAsEnum()
406 assert(isConstantRangeAttribute() && in getValueAsConstantRange()
769 isConstantRangeAttribute() || isConstantRangeListAttribute()); in getKindAsEnum()
799 assert(isConstantRangeAttribute()); in getValueAsConstantRange()
823 assert(!AI.isConstantRangeAttribute() && "Unclear how to compare ranges"); in operator <()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp146 } else if (LA.isConstantRangeAttribute() && in cmpAttrs()
147 RA.isConstantRangeAttribute()) { in cmpAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h197 bool isConstantRangeAttribute() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp973 } else if (Attr.isConstantRangeAttribute()) { in writeAttributeGroupTable()