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

References

include/llvm/Support/MathExtras.h
  929   const U UY = Y < 0 ? (0 - static_cast<U>(Y)) : static_cast<U>(Y);
  929   const U UY = Y < 0 ? (0 - static_cast<U>(Y)) : static_cast<U>(Y);
  929   const U UY = Y < 0 ? (0 - static_cast<U>(Y)) : static_cast<U>(Y);
  933   const bool IsNegative = (X < 0) ^ (Y < 0);