Lines Matching defs:CR
134 const ConstantRange &CR) {
136 CR.getLower().Profile(ID);
137 CR.getUpper().Profile(ID);
144 for (auto &CR : Val) {
145 CR.getLower().Profile(ID);
146 CR.getUpper().Profile(ID);
238 ConstantRange CR;
241 ConstantRangeAttributeImpl(Attribute::AttrKind Kind, const ConstantRange &CR)
242 : EnumAttributeImpl(ConstantRangeAttrEntry, Kind), CR(CR) {}
244 const ConstantRange &getConstantRangeValue() const { return CR; }