Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7751 SDValue RHSShiftArg = RHSShift.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()
7841 RHSShiftArg, UseFSHL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()
7880 MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, RExtOp0, in MatchRotate()
7887 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
7893 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()