Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumConcat

2593       unsigned NumConcat = WidenNumElts/InVTNumElts;
2594 SmallVector<SDValue, 16> Ops(NumConcat);
2597 for (unsigned i = 1; i != NumConcat; ++i)
2868 unsigned NumConcat = WidenVT.getVectorNumElements() /
2871 SmallVector<SDValue, 16> Ops(NumConcat);
2874 for (unsigned i = NumOperands; i != NumConcat; ++i)
3892 unsigned NumConcat = WidenWidth / NewVTWidth;
3893 SmallVector<SDValue, 16> ConcatOps(NumConcat);
3896 for (unsigned i = 1; i != NumConcat; ++i)
4180 unsigned NumConcat = WidenNumElts / InNumElts;
4181 SmallVector<SDValue, 16> Ops(NumConcat);
4185 for (unsigned i = 1; i != NumConcat; ++i)