Lines Matching defs:TmpVT
21291 // type, DstVT is the type of the result, and TmpVT is the result of the
21296 EVT TmpVT = DstVT;
21306 unsigned TmpWidth = TmpVT.getScalarSizeInBits();
21312 TmpVT = MVT::i32;
21319 TmpVT = MVT::i64;
21355 if (DstVT != TmpVT) {
21363 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, BothClamped);
21395 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, Src);
21397 if (DstVT != TmpVT) {
21407 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) {
21420 if (!IsSigned || DstVT != TmpVT) {
32947 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8);
32948 Res = DAG.getNode(ISD::TRUNCATE, dl, TmpVT, Res);
32951 unsigned NumConcats = 128 / TmpVT.getSizeInBits();
32953 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(TmpVT));
57509 EVT TmpVT = VT.changeVectorElementType(MVT::f32);
57511 DAG.getNode(ISD::FP_EXTEND, dl, TmpVT, Src));