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

References

include/llvm/Analysis/ScalarEvolution.h
 1305       return !ExitNotTaken.empty() || !isa<SCEVCouldNotCompute>(getMax());
lib/Analysis/ScalarEvolution.cpp
 6954   if (any_of(ExitNotTaken, PredicateNotAlwaysTrue) || !getMax())
 6957   assert((isa<SCEVCouldNotCompute>(getMax()) || isa<SCEVConstant>(getMax())) &&
 6957   assert((isa<SCEVCouldNotCompute>(getMax()) || isa<SCEVConstant>(getMax())) &&
 6959   return getMax();
 6971   if (getMax() && getMax() != SE->getCouldNotCompute() &&
 6971   if (getMax() && getMax() != SE->getCouldNotCompute() &&
 6972       SE->hasOperand(getMax(), S))