Lines Matching refs:LHSShiftAmt
4007 SDValue LHSShiftAmt = LHSShift.getOperand(1); in MatchRotate() local
4013 if (isConstOrConstSplat(LHSShiftAmt) && isConstOrConstSplat(RHSShiftAmt)) { in MatchRotate()
4014 uint64_t LShVal = isConstOrConstSplat(LHSShiftAmt)->getZExtValue(); in MatchRotate()
4020 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()
4052 SDValue LExtOp0 = LHSShiftAmt; in MatchRotate()
4054 if ((LHSShiftAmt.getOpcode() == ISD::SIGN_EXTEND || in MatchRotate()
4055 LHSShiftAmt.getOpcode() == ISD::ZERO_EXTEND || in MatchRotate()
4056 LHSShiftAmt.getOpcode() == ISD::ANY_EXTEND || in MatchRotate()
4057 LHSShiftAmt.getOpcode() == ISD::TRUNCATE) && in MatchRotate()
4062 LExtOp0 = LHSShiftAmt.getOperand(0); in MatchRotate()
4066 SDNode *TryL = MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
4071 SDNode *TryR = MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()