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.h114 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) { in getProduct() function
125 return getProduct(LHS, RHS); in getProduct32()
130 return getProduct(LHS, RHS); in getProduct64()
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { in getProduct() function
682 return ScaledNumbers::getProduct(LHS, RHS); in getProduct()
812 *this = getProduct(Digits, X.Digits);