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

References

lib/Transforms/Scalar/LoopPredication.cpp
  431   assert(DL.getTypeSizeInBits(LatchCheck.IV->getType()) >
  437   auto *Limit = dyn_cast<SCEVConstant>(LatchCheck.Limit);
  438   auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart());
  447   if (!SE.isMonotonicPredicate(LatchCheck.IV, LatchCheck.Pred, Increasing))
  447   if (!SE.isMonotonicPredicate(LatchCheck.IV, LatchCheck.Pred, Increasing))