Lines Matching defs:TmpVT
21672 // type, DstVT is the type of the result, and TmpVT is the result of the
21677 EVT TmpVT = DstVT;
21687 unsigned TmpWidth = TmpVT.getScalarSizeInBits();
21693 TmpVT = MVT::i32;
21700 TmpVT = MVT::i64;
21737 if (DstVT != TmpVT) {
21745 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, BothClamped);
21777 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, Src);
21779 if (DstVT != TmpVT) {
21789 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) {
21802 if (!IsSigned || DstVT != TmpVT) {
33829 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8);
33830 Res = DAG.getNode(ISD::TRUNCATE, dl, TmpVT, Res);
33833 unsigned NumConcats = 128 / TmpVT.getSizeInBits();
33835 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(TmpVT));
59019 EVT TmpVT = VT.changeVectorElementType(MVT::f32);
59021 DAG.getNode(ISD::FP_EXTEND, dl, TmpVT, Src));