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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11339 SDValue Ctlz = DAG.getNode(ISD::CTLZ, SDLoc(N0), XType, N0); local
11340 return DAG.getNode(ISD::SRL, DL, XType, Ctlz,
11342 getShiftAmountTy(Ctlz.getValueType())));

Completed in 137 milliseconds