Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTPOP

1137   case ISD::CTPOP:              return visitCTPOP(N);
4129 // fold (ctpop c1) -> c2
4131 return DAG.getNode(ISD::CTPOP, SDLoc(N), VT, N0);