Searched refs:NumElemsPerConcat (Results 1 – 1 of 1) sorted by relevance
26110 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements(); in partitionShuffleOfConcats() local26111 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats()26118 if (NumElemsPerConcat * 2 == NumElts && N1.isUndef() && in partitionShuffleOfConcats()26119 llvm::all_of(Mask.slice(NumElemsPerConcat, NumElemsPerConcat), in partitionShuffleOfConcats()26123 Mask.slice(0, NumElemsPerConcat)); in partitionShuffleOfConcats()26131 unsigned Begin = I * NumElemsPerConcat; in partitionShuffleOfConcats()26132 ArrayRef<int> SubMask = Mask.slice(Begin, NumElemsPerConcat); in partitionShuffleOfConcats()26141 for (int i = 0; i != (int)NumElemsPerConcat; ++i) { in partitionShuffleOfConcats()26144 if ((SubMask[i] % (int)NumElemsPerConcat) != i) in partitionShuffleOfConcats()26146 int EltOpIdx = SubMask[i] / NumElemsPerConcat; in partitionShuffleOfConcats()