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
13936 unsigned ScaleShift = llvm::countr_zero(MulAmt); expandMul() local 13969 unsigned ScaleShift = llvm::countr_zero(MulAmt - 1); expandMul() local
47694 unsigned ScaleShift = llvm::countr_zero(MulAmt); in combineMulSpecial() local