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

References

lib/Analysis/DependenceAnalysis.cpp
 1537     UM = CUB->getAPInt();
 1538     LLVM_DEBUG(dbgs() << "\t    UM = " << UM << "\n");
 1551       TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL));
 1559       TL = maxAPInt(TL, ceilingOfQuotient(UM - X, TMUL));
 1570       TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL));
 1578       TL = maxAPInt(TL, ceilingOfQuotient(UM - Y, TMUL));