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

References

lib/Analysis/DependenceAnalysis.cpp
 1921   if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) {
 1927   LLVM_DEBUG(dbgs() << "\t    X = " << X << ", Y = " << Y << "\n");
 1975     TL = maxAPInt(TL, ceilingOfQuotient(-Y, TMUL));
 1978       TU = minAPInt(TU, floorOfQuotient(DstUM - Y, TMUL));
 1983     TU = minAPInt(TU, floorOfQuotient(-Y, TMUL));
 1986       TL = maxAPInt(TL, ceilingOfQuotient(DstUM - Y, TMUL));