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

References

lib/Analysis/ScalarEvolution.cpp
10732   if (!IV && AllowPredicates)
10736     IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates);
10739   if (!IV || IV->getLoop() != L || !IV->isAffine())
10739   if (!IV || IV->getLoop() != L || !IV->isAffine())
10739   if (!IV || IV->getLoop() != L || !IV->isAffine())
10743                 IV->getNoWrapFlags(IsSigned ? SCEV::FlagNSW : SCEV::FlagNUW);
10745   const SCEV *Stride = getNegativeSCEV(IV->getStepRecurrence(*this));
10761   const SCEV *Start = IV->getStart();