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

References

tools/polly/lib/Analysis/ScopInfo.cpp
  747   if (Range.isFullSet())
  750   if (Range.isUpperWrapped() || Range.isSignWrappedSet())
  750   if (Range.isUpperWrapped() || Range.isSignWrappedSet())
  753   bool isWrapping = Range.isSignWrappedSet();
  755   unsigned BW = Range.getBitWidth();
  757   const auto LB = isWrapping ? Range.getLower() : Range.getSignedMin();
  757   const auto LB = isWrapping ? Range.getLower() : Range.getSignedMin();
  758   const auto UB = isWrapping ? (Range.getUpper() - One) : Range.getSignedMax();
  758   const auto UB = isWrapping ? (Range.getUpper() - One) : Range.getSignedMax();