Searched refs:Ctlz (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9940 SDValue Ctlz = DAG.getNode(ISD::CTLZ, N0.getDebugLoc(), XType, N0); local
9941 return DAG.getNode(ISD::SRL, DL, XType, Ctlz,
9943 getShiftAmountTy(Ctlz.getValueType())));

Completed in 138 milliseconds