Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTTZ

1227   case ISD::CTTZ:               return visitCTTZ(N);
4478 // fold (cttz c1) -> c2
4480 return DAG.getNode(ISD::CTTZ, SDLoc(N), VT, N0);