Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumConcat

2376       unsigned NumConcat = WidenNumElts/InVTNumElts;
2377 SmallVector<SDValue, 16> Ops(NumConcat);
2380 for (unsigned i = 1; i != NumConcat; ++i)
2651 unsigned NumConcat = WidenVT.getVectorNumElements() /
2654 SmallVector<SDValue, 16> Ops(NumConcat);
2657 for (unsigned i = NumOperands; i != NumConcat; ++i)
2744 unsigned NumConcat = WidenNumElts/InVTNumElts;
2745 SmallVector<SDValue, 16> Ops(NumConcat);
2748 for (unsigned i = 1; i != NumConcat; ++i)
2883 unsigned NumConcat = WidenNumElts / MaskNumElts;
2884 SmallVector<SDValue, 16> Ops(NumConcat);
2887 for (unsigned i = 1; i != NumConcat; ++i)
3317 unsigned NumConcat = WidenNumElts / MaskNumElts;
3318 SmallVector<SDValue, 16> Ops(NumConcat);
3321 for (unsigned i = 1; i != NumConcat; ++i)
3533 unsigned NumConcat = WidenWidth / NewVTWidth;
3534 SmallVector<SDValue, 16> ConcatOps(NumConcat);
3537 for (unsigned i = 1; i != NumConcat; ++i)
3841 unsigned NumConcat = WidenNumElts / InNumElts;
3842 SmallVector<SDValue, 16> Ops(NumConcat);
3846 for (unsigned i = 1; i != NumConcat; ++i)