Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:popcount

1938   unsigned PopCount = CountPopulation_64(B.Mask);
1940 if (PopCount == 1) {
1948 } else if (PopCount == BB.Range) {