Lines Matching defs:RCR
757 const ConstantRange &RCR) {
768 std::max(LCR.getMinSignedBits(), RCR.getMinSignedBits());
772 if (RCR.contains(APInt::getAllOnes(OrigWidth)) &&
935 const ConstantRange &RCR, LazyValueInfo *LVI) {
938 if (LCR.abs().icmp(CmpInst::ICMP_ULT, RCR.abs())) {
949 {SDI->getOperand(1), getDomain(RCR)}}};
994 const ConstantRange &RCR, LazyValueInfo *LVI) {
998 ConstantRange DivCR = LCR.sdiv(RCR);
1010 {SDI->getOperand(1), getDomain(RCR)}}};
1056 ConstantRange RCR =
1059 if (processSDiv(Instr, LCR, RCR, LVI))
1063 if (processSRem(Instr, LCR, RCR, LVI))
1067 return narrowSDivOrSRem(Instr, LCR, RCR);