Searched refs:FractBits (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1630 const unsigned FractBits = 52; in extractF64Exponent() local 1635 DAG.getConstant(FractBits - 32, SL, MVT::i32), in extractF64Exponent() 1660 const unsigned FractBits = 52; in LowerFTRUNC() local 1672 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, SL, MVT::i64); in LowerFTRUNC() 1681 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, SL, MVT::i32); in LowerFTRUNC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1980 const unsigned FractBits = 52; in extractF64Exponent() local 1985 DAG.getConstant(FractBits - 32, SL, MVT::i32), in extractF64Exponent() 2010 const unsigned FractBits = 52; in LowerFTRUNC() local 2022 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, SL, MVT::i64); in LowerFTRUNC() 2031 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, SL, MVT::i32); in LowerFTRUNC()
|