Lines Matching refs:UM
1452 APInt UM(Bits, 1, true);
1454 // UM is perhaps unavailable, let's check
1457 UM = CUB->getAPInt();
1458 DEBUG(dbgs() << "\t UM = " << UM << "\n");
1465 // test(BM/G, LM-X) and test(-BM/G, X-UM)
1471 TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL));
1479 TL = maxAPInt(TL, ceilingOfQuotient(UM - X, TMUL));
1484 // test(AM/G, LM-Y) and test(-AM/G, Y-UM)
1490 TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL));
1498 TL = maxAPInt(TL, ceilingOfQuotient(UM - Y, TMUL));
1862 // UM is perhaps unavailable, let's check
1873 // test(BM/G, LM-X) and test(-BM/G, X-UM)
1892 // test(AM/G, LM-Y) and test(-AM/G, Y-UM)