Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:countpopulation

1197   return (KnownZero.countPopulation() == BitWidth - 1) &&
1198 (KnownOne.countPopulation() == 1);