Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.cpp1975 const unsigned FractBits = 52; in extractF64Exponent() local
1980 DAG.getConstant(FractBits - 32, SL, MVT::i32), in extractF64Exponent()
2005 const unsigned FractBits = 52; in LowerFTRUNC() local
2018 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, SL, MVT::i64); in LowerFTRUNC()
2027 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, SL, MVT::i32); in LowerFTRUNC()