Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h188 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl() function
215 return getLgImpl(Digits, Scale).first; in getLg()
224 auto Lg = getLgImpl(Digits, Scale); in getLgFloor()
234 auto Lg = getLgImpl(Digits, Scale); in getLgCeiling()