Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShOp

1606   SDValue ShOp = N->getOperand(1);
1607 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), WidenVT, InOp, ShOp);
1613 SDValue ShOp = N->getOperand(1);
1615 EVT ShVT = ShOp.getValueType();
1617 ShOp = GetWidenedVector(ShOp);
1618 ShVT = ShOp.getValueType();
1624 ShOp = ModifyToType(ShOp, ShWidenVT);
1626 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), WidenVT, InOp, ShOp);