Searched refs:LHSShiftArg (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7581 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local 7639 if (matchOr(LHSShiftArg, RHSShiftArg)) { in MatchRotate() 7644 } else if (matchOr(RHSShiftArg, LHSShiftArg)) { in MatchRotate() 7668 Res = DAG.getNode(UseROTL ? ISD::ROTL : ISD::ROTR, DL, VT, LHSShiftArg, in MatchRotate() 7672 Res = DAG.getNode(UseFSHL ? ISD::FSHL : ISD::FSHR, DL, VT, LHSShiftArg, in MatchRotate() 7706 MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, LExtOp0, in MatchRotate() 7719 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate() 7725 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()
|