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

References

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