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

References

lib/Analysis/DependenceAnalysis.cpp
 1959       TU = minAPInt(TU, floorOfQuotient(SrcUM - X, TMUL));
 1959       TU = minAPInt(TU, floorOfQuotient(SrcUM - X, TMUL));
 1960       LLVM_DEBUG(dbgs() << "\t    TU = " << TU << "\n");
 1964     TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
 1964     TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
 1965     LLVM_DEBUG(dbgs() << "\t    TU = " << TU << "\n");
 1978       TU = minAPInt(TU, floorOfQuotient(DstUM - Y, TMUL));
 1978       TU = minAPInt(TU, floorOfQuotient(DstUM - Y, TMUL));
 1979       LLVM_DEBUG(dbgs() << "\t    TU = " << TU << "\n");
 1983     TU = minAPInt(TU, floorOfQuotient(-Y, TMUL));
 1983     TU = minAPInt(TU, floorOfQuotient(-Y, TMUL));
 1984     LLVM_DEBUG(dbgs() << "\t    TU = " << TU << "\n");
 1990   if (TL.sgt(TU))
 1992   return TL.sgt(TU);