Lines Matching refs:OutVT
549 EVT OutVT = Op.getValueType();
722 result = DAG.getNode(ISD::SIGN_EXTEND, dl, OutVT, result);
724 result = DAG.getNode(ISD::ZERO_EXTEND, dl, OutVT, result);
728 if (OutVT.isFloatingPoint())
731 result = DAG.getNode(NewOpc, dl, OutVT, result);
734 SDVTList retvts = DAG.getVTList(OutVT, MVT::Other);