Lines Matching defs:Shifted
664 SDValue MatchRotatePosNeg(SDValue Shifted, SDValue Pos, SDValue Neg,
8469 // shifts of Shifted. If Neg == <operand size> - Pos then the OR reduces
8470 // to both (PosOpcode Shifted, Pos) and (NegOpcode Shifted, Neg), with the
8473 SDValue DAGCombiner::MatchRotatePosNeg(SDValue Shifted, SDValue Pos,
8485 EVT VT = Shifted.getValueType();
8488 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted,