Lines Matching refs:ExpectedNumElements
5841 static constexpr SizeT ExpectedNumElements = 16; in lowerShuffleVector() local
5842 assert(ExpectedNumElements == Instr->getNumIndexes()); in lowerShuffleVector()
5843 (void)ExpectedNumElements; in lowerShuffleVector()
5916 static constexpr SizeT ExpectedNumElements = 8; in lowerShuffleVector() local
5917 assert(ExpectedNumElements == Instr->getNumIndexes()); in lowerShuffleVector()
5918 (void)ExpectedNumElements; in lowerShuffleVector()
5988 static constexpr SizeT ExpectedNumElements = 4; in lowerShuffleVector() local
5989 assert(ExpectedNumElements == Instr->getNumIndexes()); in lowerShuffleVector()
6030 if (Index0 == 0 && (Index1 - ExpectedNumElements) == 0 && Index2 == 1 && in lowerShuffleVector()
6031 (Index3 - ExpectedNumElements) == 1) { in lowerShuffleVector()
6105 if ((Index0 - ExpectedNumElements) == 0 && Index1 == 0 && in lowerShuffleVector()
6106 (Index2 - ExpectedNumElements) == 1 && Index3 == 1) { in lowerShuffleVector()