Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewOpc

353   unsigned NewOpc = N->getOpcode();
363 NewOpc = ISD::FP_TO_SINT;
365 SDValue Res = DAG.getNode(NewOpc, dl, NVT, N->getOperand(0));