Home
last modified time | relevance | path

Searched refs:NumNonZeroIndices (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp314 unsigned NumNonZeroIndices = 0; in hasOnlyOneNonZeroIndex() local
318 ++NumNonZeroIndices; in hasOnlyOneNonZeroIndex()
320 return NumNonZeroIndices <= 1; in hasOnlyOneNonZeroIndex()