Searched refs:numEltsInit (Results 1 – 1 of 1) sorted by relevance
1354 unsigned numEltsInit = 0; in CheckVectorType() local1405 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()1475 ++numEltsInit; in CheckVectorType()1488 numEltsInit += numIElts; in CheckVectorType()1493 if (numEltsInit != maxElements) { in CheckVectorType()1497 << (numEltsInit < maxElements) << maxElements << numEltsInit; in CheckVectorType()