Lines Matching defs:DestVT
8539 EVT DestVT = Op.getValueType();8541 if (DestVT.bitsLT(MVT::f64))8542 return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,8544 if (DestVT.bitsGT(MVT::f64))8545 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);