Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:popcount

2783     // return popcount(~x);
2801 // for now, we use: { return popcount(~x & (x - 1)); }