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

References

lib/IR/ConstantRange.cpp
  859   if (isEmptySet() || Other.isEmptySet())
  861   if (isFullSet() && Other.isFullSet())
  865   ConstantRange Result = add(Other);
  899     Result = Result.intersectWith(addWithNoSignedWrap(Other), RangeType);
  901     Result = Result.intersectWith(addWithNoUnsignedWrap(Other), RangeType);