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

References

lib/Analysis/DependenceAnalysis.cpp
 1548     TL = maxAPInt(TL, ceilingOfQuotient(-X, TMUL));
 1559       TL = maxAPInt(TL, ceilingOfQuotient(UM - X, TMUL));
 1567     TL = maxAPInt(TL, ceilingOfQuotient(-Y, TMUL));
 1578       TL = maxAPInt(TL, ceilingOfQuotient(UM - Y, TMUL));
 1597     TL = maxAPInt(TL, ceilingOfQuotient(X - Y + 1, TMUL));
 1614     TL = maxAPInt(TL, ceilingOfQuotient(X - Y, TMUL));
 1623     TL = maxAPInt(TL, ceilingOfQuotient(Y - X, TMUL));
 1640     TL = maxAPInt(TL, ceilingOfQuotient(Y - X + 1, TMUL));
 1956     TL = maxAPInt(TL, ceilingOfQuotient(-X, TMUL));
 1967       TL = maxAPInt(TL, ceilingOfQuotient(SrcUM - X, TMUL));
 1975     TL = maxAPInt(TL, ceilingOfQuotient(-Y, TMUL));
 1986       TL = maxAPInt(TL, ceilingOfQuotient(DstUM - Y, TMUL));