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

References

lib/IR/ConstantRange.cpp
  907   if (isEmptySet() || Other.isEmptySet())
  909   if (isFullSet() || Other.isFullSet())
  912   APInt NewLower = getLower() - Other.getUpper() + 1;
  913   APInt NewUpper = getUpper() - Other.getLower();
  919       X.isSizeStrictlySmallerThan(Other))