Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp309 unsigned NumNonZeroIndices = 0; in hasOnlyOneNonZeroIndex() local
313 ++NumNonZeroIndices; in hasOnlyOneNonZeroIndex()
315 return NumNonZeroIndices <= 1; in hasOnlyOneNonZeroIndex()