Searched refs:NumElemsPerConcat (Results 1 – 1 of 1) sorted by relevance
23089 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements(); in partitionShuffleOfConcats() local23090 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats()23097 if (NumElemsPerConcat * 2 == NumElts && N1.isUndef() && in partitionShuffleOfConcats()23098 llvm::all_of(Mask.slice(NumElemsPerConcat, NumElemsPerConcat), in partitionShuffleOfConcats()23102 Mask.slice(0, NumElemsPerConcat)); in partitionShuffleOfConcats()23110 unsigned Begin = I * NumElemsPerConcat; in partitionShuffleOfConcats()23111 ArrayRef<int> SubMask = Mask.slice(Begin, NumElemsPerConcat); in partitionShuffleOfConcats()23120 for (int i = 0; i != (int)NumElemsPerConcat; ++i) { in partitionShuffleOfConcats()23123 if ((SubMask[i] % (int)NumElemsPerConcat) != i) in partitionShuffleOfConcats()23125 int EltOpIdx = SubMask[i] / NumElemsPerConcat; in partitionShuffleOfConcats()