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

References

lib/Analysis/ScalarEvolution.cpp
 5093           if (GEP->isInBounds() && GEP->getOperand(0) == PN) {
 5093           if (GEP->isInBounds() && GEP->getOperand(0) == PN) {
 5096             const SCEV *Ptr = getSCEV(GEP->getPointerOperand());
 5097             if (isKnownPositive(getMinusSCEV(getSCEV(GEP), Ptr)))