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

References

lib/Analysis/ScalarEvolution.cpp
10798   if (Range.isFullSet())  // Infinite loop.
10810             Range.subtract(SC->getAPInt()), SE);
10826   if (!Range.contains(APInt(BitWidth, 0)))
10838     APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.getLower();
10838     APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.getLower();
10848     if (Range.contains(Val->getValue()))
10852     assert(Range.contains(
10860     if (auto S = SolveQuadraticAddRecRange(this, Range, SE))