Searched refs:YCR (Results 1 – 1 of 1) sorted by relevance
793 const ConstantRange &YCR) { in expandUDivOrURem() argument804 if (XCR.icmp(ICmpInst::ICMP_ULT, YCR)) { in expandUDivOrURem()836 YCR.umul_sat(APInt(YCR.getBitWidth(), 2))) && in expandUDivOrURem()837 !YCR.isAllNegative()) in expandUDivOrURem()842 if (XCR.icmp(ICmpInst::ICMP_UGE, YCR)) { in expandUDivOrURem()876 const ConstantRange &YCR) { in narrowUDivOrURem() argument885 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); in narrowUDivOrURem()918 ConstantRange YCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(1), in processUDivOrURem() local920 if (expandUDivOrURem(Instr, XCR, YCR)) in processUDivOrURem()923 return narrowUDivOrURem(Instr, XCR, YCR); in processUDivOrURem()