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

/external/llvm/include/llvm/Support/
H A DScaledNumber.h190 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { function in namespace:llvm::ScaledNumbers
216 return getLgImpl(Digits, Scale).first;
225 auto Lg = getLgImpl(Digits, Scale);
235 auto Lg = getLgImpl(Digits, Scale);

Completed in 32 milliseconds