Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScaledNumber.h311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() local
312 if (ShiftR >= getWidth<DigitsT>()) { in matchScales()
319 RDigits >>= ShiftR; in matchScales()
322 RScale += ShiftR; in matchScales()