Lines Matching defs:Shifted
653 SDValue MatchRotatePosNeg(SDValue Shifted, SDValue Pos, SDValue Neg,
8297 // shifts of Shifted. If Neg == <operand size> - Pos then the OR reduces
8298 // to both (PosOpcode Shifted, Pos) and (NegOpcode Shifted, Neg), with the
8301 SDValue DAGCombiner::MatchRotatePosNeg(SDValue Shifted, SDValue Pos,
8313 EVT VT = Shifted.getValueType();
8316 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted,