Home
last modified time | relevance | path

Searched refs:LHSShiftArg (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7749 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local
7783 bool IsRotate = LHSShiftArg == RHSShiftArg; in MatchRotate()
7807 if (matchOr(LHSShiftArg, RHSShiftArg)) { in MatchRotate()
7812 } else if (matchOr(RHSShiftArg, LHSShiftArg)) { in MatchRotate()
7836 Res = DAG.getNode(UseROTL ? ISD::ROTL : ISD::ROTR, DL, VT, LHSShiftArg, in MatchRotate()
7840 Res = DAG.getNode(UseFSHL ? ISD::FSHL : ISD::FSHR, DL, VT, LHSShiftArg, in MatchRotate()
7874 MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, LExtOp0, in MatchRotate()
7887 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
7893 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()