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

References

lib/IR/ConstantRange.cpp
  200   unsigned BitWidth = V.getBitWidth();
  201   if (V == 0 || V.isOneValue())
  201   if (V == 0 || V.isOneValue())
  207   if (V.isAllOnesValue())
  211   if (V.isNegative()) {
  212     Lower = APIntOps::RoundingSDiv(MaxValue, V, APInt::Rounding::UP);
  213     Upper = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::DOWN);
  215     Lower = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::UP);
  216     Upper = APIntOps::RoundingSDiv(MaxValue, V, APInt::Rounding::DOWN);