Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShOp

2372   SDValue ShOp = N->getOperand(1);
2373 return DAG.getNode(N->getOpcode(), SDLoc(N), WidenVT, InOp, ShOp);
2379 SDValue ShOp = N->getOperand(1);
2381 EVT ShVT = ShOp.getValueType();
2383 ShOp = GetWidenedVector(ShOp);
2384 ShVT = ShOp.getValueType();
2390 ShOp = ModifyToType(ShOp, ShWidenVT);
2392 return DAG.getNode(N->getOpcode(), SDLoc(N), WidenVT, InOp, ShOp);