Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTLZ_ZERO_UNDEF

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