Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:opc

289   unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
290 SDValue Result = DAG.getNode(Opc, dl,
1175 unsigned Opc = Node->getOpcode();
1179 switch (Opc) {
2071 // If this target supports shift_PARTS, use it. First, map to the _PARTS opc.