Lines Matching defs:InnerShiftAmt
10121 SDValue InnerShiftAmt = N0Op0.getOperand(1);
10133 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange,
10146 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange,
10150 SDValue Sum = DAG.getZExtOrTrunc(InnerShiftAmt, DL, ShiftVT);
10162 SDValue InnerShiftAmt = N0Op0.getOperand(1);
10170 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchEqual,