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.h191 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl() function
218 return getLgImpl(Digits, Scale).first; in getLg()
227 auto Lg = getLgImpl(Digits, Scale); in getLgFloor()
237 auto Lg = getLgImpl(Digits, Scale); in getLgCeiling()