Searched refs:ShiftedConstValue (Results 1 – 2 of 2) sorted by relevance
183 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine() local195 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine()
18917 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local19009 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()19010 APInt SCVPlus1 = ShiftedConstValue + 1; in performMulCombine()19060 APInt SCVPlus1 = -ShiftedConstValue + 1; in performMulCombine()