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

References

include/llvm/Support/ScaledNumber.h
  198   int32_t Floor = Scale + LocalFloor;
  199   if (Digits == UINT64_C(1) << LocalFloor)
  203   assert(LocalFloor >= 1);
  204   bool Round = Digits & UINT64_C(1) << (LocalFloor - 1);