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

References

lib/Analysis/ScalarEvolution.cpp
 7111     } else if (MayExitMaxBECount != getCouldNotCompute()) {
 7112       if (!MayExitMaxBECount || EL.MaxNotTaken == getCouldNotCompute())
 7113         MayExitMaxBECount = EL.MaxNotTaken;
 7115         MayExitMaxBECount =
 7116             getUMaxFromMismatchedTypes(MayExitMaxBECount, EL.MaxNotTaken);
 7121     (MayExitMaxBECount ? MayExitMaxBECount : getCouldNotCompute());
 7121     (MayExitMaxBECount ? MayExitMaxBECount : getCouldNotCompute());