Searched refs:NumElemsPerConcat (Results 1 – 1 of 1) sorted by relevance
24659 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements(); in partitionShuffleOfConcats() local24660 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats()24667 if (NumElemsPerConcat * 2 == NumElts && N1.isUndef() && in partitionShuffleOfConcats()24668 llvm::all_of(Mask.slice(NumElemsPerConcat, NumElemsPerConcat), in partitionShuffleOfConcats()24672 Mask.slice(0, NumElemsPerConcat)); in partitionShuffleOfConcats()24680 unsigned Begin = I * NumElemsPerConcat; in partitionShuffleOfConcats()24681 ArrayRef<int> SubMask = Mask.slice(Begin, NumElemsPerConcat); in partitionShuffleOfConcats()24690 for (int i = 0; i != (int)NumElemsPerConcat; ++i) { in partitionShuffleOfConcats()24693 if ((SubMask[i] % (int)NumElemsPerConcat) != i) in partitionShuffleOfConcats()24695 int EltOpIdx = SubMask[i] / NumElemsPerConcat; in partitionShuffleOfConcats()