Lines Matching defs:ConcatVT
22856 EVT ConcatVT = VecOp.getOperand(0).getValueType();
22857 unsigned ConcatNumElts = ConcatVT.getVectorNumElements();
22863 ConcatVT.getVectorElementType(),
25033 EVT ConcatVT = N0.getOperand(0).getValueType();
25034 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements();
25045 N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0),
25048 N1 = DAG.getUNDEF(ConcatVT);
25060 Ops.push_back(DAG.getUNDEF(ConcatVT));