reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1522 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { 1529 LLVM_DEBUG(dbgs() << "\t X = " << X << ", Y = " << Y << "\n"); 1567 TL = maxAPInt(TL, ceilingOfQuotient(-Y, TMUL)); 1570 TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL)); 1575 TU = minAPInt(TU, floorOfQuotient(-Y, TMUL)); 1578 TL = maxAPInt(TL, ceilingOfQuotient(UM - Y, TMUL)); 1597 TL = maxAPInt(TL, ceilingOfQuotient(X - Y + 1, TMUL)); 1601 TU = minAPInt(TU, floorOfQuotient(X - Y + 1, TMUL)); 1614 TL = maxAPInt(TL, ceilingOfQuotient(X - Y, TMUL)); 1618 TU = minAPInt(TU, floorOfQuotient(X - Y, TMUL)); 1623 TL = maxAPInt(TL, ceilingOfQuotient(Y - X, TMUL)); 1627 TU = minAPInt(TU, floorOfQuotient(Y - X, TMUL)); 1640 TL = maxAPInt(TL, ceilingOfQuotient(Y - X + 1, TMUL)); 1644 TU = minAPInt(TU, floorOfQuotient(Y - X + 1, TMUL));