ΒΆtemplate <class DigitsT>
inline std::pair<DigitsT, int16_t> getProduct(
    DigitsT LHS,
    DigitsT RHS)

Description

Multiply two 32-bit integers to create a 32-bit scaled number. Implemented with one 64-bit integer multiply.

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

Templates

DigitsT

Parameters

DigitsT LHS
DigitsT RHS