Searched refs:numEltsInit (Results 1 – 1 of 1) sorted by relevance
1420 unsigned numEltsInit = 0; in CheckVectorType() local1471 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()1541 ++numEltsInit; in CheckVectorType()1554 numEltsInit += numIElts; in CheckVectorType()1559 if (numEltsInit != maxElements) { in CheckVectorType()1563 << (numEltsInit < maxElements) << maxElements << numEltsInit; in CheckVectorType()