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

References

lib/Analysis/LazyValueInfo.cpp
 1722     return ConstantRange::getEmpty(Width);
 1761     return ConstantRange::getEmpty(Width);
lib/IR/ConstantRange.cpp
   95       return getEmpty(W);
  101       return getEmpty(W);
  111       return getEmpty(W);
  117       return getEmpty(W);
  670   if (isEmptySet()) return getEmpty(DstTySize);
  687   if (isEmptySet()) return getEmpty(DstTySize);
  707     return getEmpty(DstTySize);
lib/Transforms/Scalar/Float2Int.cpp
  163   return ConstantRange::getEmpty(MaxIntegerBW + 1);