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()
18332 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local18424 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()18425 APInt SCVPlus1 = ShiftedConstValue + 1; in performMulCombine()18475 APInt SCVPlus1 = -ShiftedConstValue + 1; in performMulCombine()