Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScaledNumber.h308 int32_t ShiftL = std::min<int32_t>(countLeadingZeros(LDigits), ScaleDiff); in matchScales() local
309 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); in matchScales()
311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales()
318 LDigits <<= ShiftL; in matchScales()
321 LScale -= ShiftL; in matchScales()