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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7650 SDValue Ctlz = DAG.getNode(ISD::CTLZ, N0.getDebugLoc(), XType, N0); local
7651 return DAG.getNode(ISD::SRL, DL, XType, Ctlz,
7653 getShiftAmountTy(Ctlz.getValueType())));

Completed in 53 milliseconds