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

References

lib/Analysis/DependenceAnalysis.cpp
 1551       TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL));
 1556     TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
 1570       TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL));
 1575     TU = minAPInt(TU, floorOfQuotient(-Y, TMUL));
 1601     TU = minAPInt(TU, floorOfQuotient(X - Y + 1, TMUL));
 1618     TU = minAPInt(TU, floorOfQuotient(X - Y, TMUL));
 1627     TU = minAPInt(TU, floorOfQuotient(Y - X, TMUL));
 1644     TU = minAPInt(TU, floorOfQuotient(Y - X + 1, TMUL));
 1959       TU = minAPInt(TU, floorOfQuotient(SrcUM - X, TMUL));
 1964     TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
 1978       TU = minAPInt(TU, floorOfQuotient(DstUM - Y, TMUL));
 1983     TU = minAPInt(TU, floorOfQuotient(-Y, TMUL));