Home
last modified time | relevance | path

Searched refs:getProduct (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) { in getProduct() function
126 return getProduct(LHS, RHS); in getProduct32()
131 return getProduct(LHS, RHS); in getProduct64()
684 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { in getProduct() function
685 return ScaledNumbers::getProduct(LHS, RHS); in getProduct()
815 *this = getProduct(Digits, X.Digits);