Searched refs:isConstantRangeAttribute (Results 1 – 6 of 6) sorted by relevance
66 bool isConstantRangeAttribute() const { in isConstantRangeAttribute() function104 else if (isConstantRangeAttribute()) in Profile()
364 bool Attribute::isConstantRangeAttribute() const { in isConstantRangeAttribute() function in Attribute365 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()
152 } else if (LA.isConstantRangeAttribute() && in cmpAttrs()153 RA.isConstantRangeAttribute()) { in cmpAttrs()
217 LLVM_ABI bool isConstantRangeAttribute() const;
993 if (Attr.isConstantRangeAttribute()) { in addIfNotExistent()
1041 } else if (Attr.isConstantRangeAttribute()) { in writeAttributeGroupTable()