Lines Matching defs:ConcatSrcVT
24046 EVT ConcatSrcVT = EVT::getVectorVT(*DAG.getContext(), SrcEltVT, NumElts);
24051 if (!TLI.isOperationLegalOrCustom(CastOpcode, ConcatSrcVT) ||
24058 !TLI.isTypeLegal(ConcatSrcVT))
24067 SDValue NewConcat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatSrcVT, SrcOps);
24864 EVT ConcatSrcVT = V.getOperand(0).getValueType();
24865 assert(ConcatSrcVT.getVectorElementType() == NVT.getVectorElementType() &&
24870 unsigned ConcatSrcNumElts = ConcatSrcVT.getVectorMinNumElements();
24876 if (NVT.getVectorElementCount() == ConcatSrcVT.getVectorElementCount())
24884 if (NVT.isFixedLengthVector() && ConcatSrcVT.isFixedLengthVector() &&