Home
last modified time | relevance | path

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

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