reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1921 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { 1927 LLVM_DEBUG(dbgs() << "\t X = " << X << ", Y = " << Y << "\n"); 1956 TL = maxAPInt(TL, ceilingOfQuotient(-X, TMUL)); 1959 TU = minAPInt(TU, floorOfQuotient(SrcUM - X, TMUL)); 1964 TU = minAPInt(TU, floorOfQuotient(-X, TMUL)); 1967 TL = maxAPInt(TL, ceilingOfQuotient(SrcUM - X, TMUL));