Home | History | Annotate | Download | only in PowerPC

Lines Matching full:ctlz

427       setOperationAction(ISD::CTLZ, VT, Expand);
1512 // implented as a ctlz/srl pair on ppc, so that the dag combiner can
1523 SDValue Clz = DAG.getNode(ISD::CTLZ, dl, VT, Zext);