Lines Matching defs:ConcatVT
23339 EVT ConcatVT = VecOp.getOperand(0).getValueType();
23340 unsigned ConcatNumElts = ConcatVT.getVectorNumElements();
23346 ConcatVT.getVectorElementType(),
25538 EVT ConcatVT = N0.getOperand(0).getValueType();
25539 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements();
25550 N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0),
25553 N1 = DAG.getUNDEF(ConcatVT);
25565 Ops.push_back(DAG.getUNDEF(ConcatVT));