Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp1932 const unsigned FractBits = 52; in extractF64Exponent() local
1937 DAG.getConstant(FractBits - 32, MVT::i32), in extractF64Exponent()
1962 const unsigned FractBits = 52; in LowerFTRUNC() local
1975 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, MVT::i64); in LowerFTRUNC()
1983 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, MVT::i32); in LowerFTRUNC()