Searched refs:isConstantRangeAttribute (Results 1 – 5 of 5) sorted by relevance
66 bool isConstantRangeAttribute() const { in isConstantRangeAttribute() function101 else if (isConstantRangeAttribute()) in Profile()
354 bool Attribute::isConstantRangeAttribute() const { in isConstantRangeAttribute() function in Attribute355 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 <()
146 } else if (LA.isConstantRangeAttribute() && in cmpAttrs()147 RA.isConstantRangeAttribute()) { in cmpAttrs()
197 bool isConstantRangeAttribute() const;
973 } else if (Attr.isConstantRangeAttribute()) { in writeAttributeGroupTable()