Lines Matching defs:UM
1606 APInt UM(Bits, 1, true);
1608 // UM is perhaps unavailable, let's check
1611 UM = CUB->getAPInt();
1612 LLVM_DEBUG(dbgs() << "\t UM = " << UM << "\n");
1632 TUVec.push_back(floorOfQuotient(UM - TX, TB));
1640 TLVec.push_back(ceilingOfQuotient(UM - TX, TB));
1648 TUVec.push_back(floorOfQuotient(UM - TY, TA));
1656 TLVec.push_back(ceilingOfQuotient(UM - TY, TA));
2000 // UM is perhaps unavailable, let's check