Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8481 SDValue RHSShiftArg = RHSShift.getOperand(0); in MatchRotate() local
8513 bool IsRotate = LHSShiftArg == RHSShiftArg; in MatchRotate()
8537 if (matchOr(LHSShiftArg, RHSShiftArg)) { in MatchRotate()
8542 } else if (matchOr(RHSShiftArg, LHSShiftArg)) { in MatchRotate()
8571 RHSShiftArg, UseFSHL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()
8610 MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, RExtOp0, in MatchRotate()
8617 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
8623 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()