Lines Matching defs:ConcatSrcVT
24551 EVT ConcatSrcVT = EVT::getVectorVT(*DAG.getContext(), SrcEltVT, NumElts);
24556 if (!TLI.isOperationLegalOrCustom(CastOpcode, ConcatSrcVT) ||
24563 !TLI.isTypeLegal(ConcatSrcVT))
24572 SDValue NewConcat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatSrcVT, SrcOps);
25369 EVT ConcatSrcVT = V.getOperand(0).getValueType();
25370 assert(ConcatSrcVT.getVectorElementType() == NVT.getVectorElementType() &&
25375 unsigned ConcatSrcNumElts = ConcatSrcVT.getVectorMinNumElements();
25381 if (NVT.getVectorElementCount() == ConcatSrcVT.getVectorElementCount())
25389 if (NVT.isFixedLengthVector() && ConcatSrcVT.isFixedLengthVector() &&