Lines Matching defs:Concat
23597 assert(NumConcats >= 2 && "Concat needs at least two inputs!");
24280 SDValue Concat =
24282 return DAG.getBitcast(VT, Concat);
24422 assert(FirstConcat && "Concat of all-undefs found");
24775 assert(FoundMinVT && "Concat vector type mismatch");
24787 assert(SVT == OpVT.getScalarType() && "Concat vector type mismatch");
24798 "Concat vector type mismatch");
25371 "Concat and extract subvector do not change element type");
27714 auto ConcatWithConstantOrUndef = [](SDValue Concat) {
27715 return Concat.getOpcode() == ISD::CONCAT_VECTORS &&
27716 all_of(drop_begin(Concat->ops()), [](const SDValue &Op) {