Searched refs:NumElemsPerConcat (Results 1 – 1 of 1) sorted by relevance
20648 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements(); in partitionShuffleOfConcats() local20649 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats()20656 if (NumElemsPerConcat * 2 == NumElts && N1.isUndef() && in partitionShuffleOfConcats()20657 llvm::all_of(Mask.slice(NumElemsPerConcat, NumElemsPerConcat), in partitionShuffleOfConcats()20661 Mask.slice(0, NumElemsPerConcat)); in partitionShuffleOfConcats()20669 unsigned Begin = I * NumElemsPerConcat; in partitionShuffleOfConcats()20670 ArrayRef<int> SubMask = Mask.slice(Begin, NumElemsPerConcat); in partitionShuffleOfConcats()20679 for (int i = 0; i != (int)NumElemsPerConcat; ++i) { in partitionShuffleOfConcats()20682 if ((SubMask[i] % (int)NumElemsPerConcat) != i) in partitionShuffleOfConcats()20684 int EltOpIdx = SubMask[i] / NumElemsPerConcat; in partitionShuffleOfConcats()