Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTLZ_ZERO_UNDEF

1392   case ISD::CTLZ_ZERO_UNDEF:    return visitCTLZ_ZERO_UNDEF(N);
4942 // fold (ctlz_zero_undef c1) -> c2
4944 return DAG.getNode(ISD::CTLZ_ZERO_UNDEF, SDLoc(N), VT, N0);