Searched refs:numEltsInit (Results 1 – 1 of 1) sorted by relevance
1688 unsigned numEltsInit = 0; in CheckVectorType() local1736 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()1805 ++numEltsInit; in CheckVectorType()1818 numEltsInit += numIElts; in CheckVectorType()1823 if (numEltsInit != maxElements) { in CheckVectorType()1827 << (numEltsInit < maxElements) << maxElements << numEltsInit; in CheckVectorType()