reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/DependenceAnalysis.cpp
 1522   if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) {
 1529   LLVM_DEBUG(dbgs() << "\t    X = " << X << ", Y = " << Y << "\n");
 1548     TL = maxAPInt(TL, ceilingOfQuotient(-X, TMUL));
 1551       TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL));
 1556     TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
 1559       TL = maxAPInt(TL, ceilingOfQuotient(UM - X, 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));