ΒΆinline std::pair<uint64_t, int16_t> getRounded64(
    uint64_t Digits,
    int16_t Scale,
    bool ShouldRound)

Description

Convenience helper for 64-bit rounding.

Declared at: llvm/include/llvm/Support/ScaledNumber.h:70

Parameters

uint64_t Digits
int16_t Scale
bool ShouldRound