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

References

include/llvm/Support/ScaledNumber.h
  439     if (U > uint64_t(INT64_MAX))
  441     return IsNeg ? -int64_t(U) : int64_t(U);
  441     return IsNeg ? -int64_t(U) : int64_t(U);