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

References

lib/Analysis/DependenceAnalysis.cpp
 1955   if (TMUL.sgt(0)) {
 1956     TL = maxAPInt(TL, ceilingOfQuotient(-X, TMUL));
 1959       TU = minAPInt(TU, floorOfQuotient(SrcUM - X, TMUL));
 1964     TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
 1967       TL = maxAPInt(TL, ceilingOfQuotient(SrcUM - X, TMUL));
 1973   TMUL = AM.sdiv(G);
 1974   if (TMUL.sgt(0)) {
 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));