Searched refs:ShiftN1 (Results 1 – 1 of 1) sorted by relevance
19028 unsigned ShiftN1 = CVNMinus1.logBase2(); in performMulCombine() local19030 if (ShiftM1 <= 4 && ShiftN1 <= 4) { in performMulCombine()19032 return Add(Shl(MVal, ShiftN1), MVal); in performMulCombine()