Searched defs:ScaleShift (Results 1 – 4 of 4) 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
79 static constexpr int32_t ScaleShift = 8; member
13939 unsigned ScaleShift = llvm::countr_zero(MulAmt); in expandMul() local13972 unsigned ScaleShift = llvm::countr_zero(MulAmt - 1); in expandMul() local
47694 unsigned ScaleShift = llvm::countr_zero(MulAmt); in combineMulSpecial() local