Lines Matching defs:CR
1157 if (auto CR = Fn(RHS))
1158 return Invert ? CR->inverse() : CR;
1244 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C);
1245 if (!CR.isEmptySet())
1247 CR.getUnsignedMin().zext(BitWidth), APInt(BitWidth, 0)));
1257 auto CR = getRangeViaSLT(
1265 if (CR)
1266 return ValueLatticeElement::getRange(*CR);
1776 const ConstantRange &CR = Result.getConstantRange();
1777 if (const APInt *SingleVal = CR.getSingleElement())
1811 const ConstantRange &CR = Result.getConstantRange();
1812 if (const APInt *SingleVal = CR.getSingleElement())
1838 const ConstantRange &CR = Val.getConstantRange();
1840 if (CR.icmp(Pred, RHS))
1842 if (CR.icmp(CmpInst::getInversePredicate(Pred), RHS))