ΒΆstd::pair<uint64_t, int16_t> multiply64(
    uint64_t LHS,
    uint64_t RHS)

Description

Multiply two 64-bit integers to create a 64-bit scaled number. Implemented with four 64-bit integer multiplies.

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

Parameters

uint64_t LHS
uint64_t RHS