Searched refs:RHSShiftArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8941 SDValue RHSShiftArg = RHSShift.getOperand(0); in MatchRotate() local 8973 bool IsRotate = LHSShiftArg == RHSShiftArg; in MatchRotate() 8997 if (matchOr(LHSShiftArg, RHSShiftArg)) { in MatchRotate() 9002 } else if (matchOr(RHSShiftArg, LHSShiftArg)) { in MatchRotate() 9031 RHSShiftArg, UseFSHL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate() 9068 if (SDValue TryR = MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate() 9074 if (SDValue TryL = MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, in MatchRotate() 9079 if (SDValue TryR = MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, in MatchRotate()
|