Searched refs:numEltsInit (Results 1 – 1 of 1) sorted by relevance
1358 unsigned numEltsInit = 0; in CheckVectorType() local1409 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()1479 ++numEltsInit; in CheckVectorType()1492 numEltsInit += numIElts; in CheckVectorType()1497 if (numEltsInit != maxElements) { in CheckVectorType()1501 << (numEltsInit < maxElements) << maxElements << numEltsInit; in CheckVectorType()