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

References

include/llvm/Support/ScaledNumber.h
  191   if (!Digits)
  195   int32_t LocalFloor = sizeof(Digits) * 8 - countLeadingZeros(Digits) - 1;
  195   int32_t LocalFloor = sizeof(Digits) * 8 - countLeadingZeros(Digits) - 1;
  199   if (Digits == UINT64_C(1) << LocalFloor)
  204   bool Round = Digits & UINT64_C(1) << (LocalFloor - 1);