Lines Matching defs:UM
1607 APInt UM(Bits, 1, true);
1609 // UM is perhaps unavailable, let's check
1612 UM = CUB->getAPInt();
1613 LLVM_DEBUG(dbgs() << "\t UM = " << UM << "\n");
1633 TUVec.push_back(floorOfQuotient(UM - TX, TB));
1641 TLVec.push_back(ceilingOfQuotient(UM - TX, TB));
1649 TUVec.push_back(floorOfQuotient(UM - TY, TA));
1657 TLVec.push_back(ceilingOfQuotient(UM - TY, TA));
2001 // UM is perhaps unavailable, let's check