Searched defs:ScaleShift (Results 1 – 4 of 4) sorted by relevance
847 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local877 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
83 static constexpr int32_t ScaleShift = 8; member
16073 unsigned ScaleShift = llvm::countr_zero(MulAmt); in expandMul() local16106 unsigned ScaleShift = llvm::countr_zero(MulAmt - 1); in expandMul() local
49465 unsigned ScaleShift = llvm::countr_zero(MulAmt); in combineMulSpecial() local