Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShOp

1540   SDValue ShOp = N->getOperand(1);
1541 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), WidenVT, InOp, ShOp);
1547 SDValue ShOp = N->getOperand(1);
1549 EVT ShVT = ShOp.getValueType();
1551 ShOp = GetWidenedVector(ShOp);
1552 ShVT = ShOp.getValueType();
1558 ShOp = ModifyToType(ShOp, ShWidenVT);
1560 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), WidenVT, InOp, ShOp);