Searched refs:ShiftedConstValue (Results 1 – 2 of 2) sorted by relevance
171 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine() local183 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine()
15638 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local15680 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()15681 APInt SCVPlus1 = ShiftedConstValue + 1; in performMulCombine()15709 APInt SCVPlus1 = -ShiftedConstValue + 1; in performMulCombine()