Home
last modified time | relevance | path

Searched refs:Bits32 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1873 const SDValue Bits32 = DAG.getConstant(32, SL, MVT::i32); in LowerCTLZ() local
1874 SDValue Add = DAG.getNode(ISD::ADD, SL, MVT::i32, CtlzLo, Bits32); in LowerCTLZ()
1892 const SDValue Bits32 = DAG.getConstant(64, SL, MVT::i32); in LowerCTLZ() local
1897 SrcIsZero, Bits32, NewCtlz); in LowerCTLZ()