Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTTZ

1118   case ISD::CTTZ:               return visitCTTZ(N);
3957 // fold (cttz c1) -> c2
3959 return DAG.getNode(ISD::CTTZ, N->getDebugLoc(), VT, N0);