Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2050 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local
2052 if (PopCount == 1) { in visitBitTestCase()
2059 } else if (PopCount == BB.Range) { in visitBitTestCase()