Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp296 unsigned NumNonZeroIndices = 0; in hasOnlyOneNonZeroIndex() local
300 ++NumNonZeroIndices; in hasOnlyOneNonZeroIndex()
302 return NumNonZeroIndices <= 1; in hasOnlyOneNonZeroIndex()