Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h66 bool isConstantRangeAttribute() const { in isConstantRangeAttribute() function
104 else if (isConstantRangeAttribute()) in Profile()
H A DAttributes.cpp364 bool Attribute::isConstantRangeAttribute() const { in isConstantRangeAttribute() function in Attribute
365 return pImpl && pImpl->isConstantRangeAttribute(); in isConstantRangeAttribute()
415 assert(isConstantRangeAttribute() && in getValueAsConstantRange()
837 isConstantRangeAttribute() || isConstantRangeListAttribute()); in getKindAsEnum()
867 assert(isConstantRangeAttribute()); in getValueAsConstantRange()
895 assert(!AI.isConstantRangeAttribute() && "Unclear how to compare ranges"); in cmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp152 } else if (LA.isConstantRangeAttribute() && in cmpAttrs()
153 RA.isConstantRangeAttribute()) { in cmpAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h217 LLVM_ABI bool isConstantRangeAttribute() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp993 if (Attr.isConstantRangeAttribute()) { in addIfNotExistent()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1041 } else if (Attr.isConstantRangeAttribute()) { in writeAttributeGroupTable()