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

References

lib/Analysis/ScalarEvolution.cpp
10590   if (!IV && AllowPredicates) {
10594     IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates);
10599   if (!IV || IV->getLoop() != L || !IV->isAffine())
10599   if (!IV || IV->getLoop() != L || !IV->isAffine())
10599   if (!IV || IV->getLoop() != L || !IV->isAffine())
10603                 IV->getNoWrapFlags(IsSigned ? SCEV::FlagNSW : SCEV::FlagNUW);
10605   const SCEV *Stride = IV->getStepRecurrence(*this);
10666   const SCEV *Start = IV->getStart();