Searched refs:ShiftN1 (Results 1 – 1 of 1) sorted by relevance
15698 unsigned ShiftN1 = CVNMinus1.logBase2(); in performMulCombine() local15700 if (ShiftM1 <= 3 && ShiftN1 <= 3) { in performMulCombine()15702 return Add(Shl(MVal, ShiftN1), MVal); in performMulCombine()