Lines Matching defs:CR
1155 if (auto CR = Fn(RHS))
1156 return Invert ? CR->inverse() : CR;
1218 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C);
1219 if (!CR.isEmptySet())
1221 CR.getUnsignedMin().zext(BitWidth), APInt(BitWidth, 0)));
1231 auto CR = getRangeViaSLT(
1239 if (CR)
1240 return ValueLatticeElement::getRange(*CR);
1735 const ConstantRange &CR = Result.getConstantRange();
1736 if (const APInt *SingleVal = CR.getSingleElement())
1770 const ConstantRange &CR = Result.getConstantRange();
1771 if (const APInt *SingleVal = CR.getSingleElement())
1797 const ConstantRange &CR = Val.getConstantRange();
1799 if (CR.icmp(Pred, RHS))
1801 if (CR.icmp(CmpInst::getInversePredicate(Pred), RHS))