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

References

lib/Transforms/Scalar/PlaceSafepoints.cpp
  243   const SCEV *MaxTrips = SE->getConstantMaxBackedgeTakenCount(L);
  244   if (MaxTrips != SE->getCouldNotCompute() &&
  245       SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN(
  255     const SCEV *MaxExec = SE->getExitCount(L, Pred);
  256     if (MaxExec != SE->getCouldNotCompute() &&
  257         SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN(