Searched refs:ShiftM1 (Results 1 – 1 of 1) sorted by relevance
18442 unsigned ShiftM1 = CVMMinus1.logBase2(); in performMulCombine() local18445 if (ShiftM1 <= 4 && ShiftN1 <= 4) { in performMulCombine()18446 SDValue MVal = Add(Shl(N0, ShiftM1), N0); in performMulCombine()