Searched defs:ScaleShift (Results 1 – 3 of 3) sorted by relevance
844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
78 static constexpr int32_t ScaleShift = 8; global() member
46577 unsigned ScaleShift = llvm::countr_zero(MulAmt); combineMulSpecial() local [all...]