Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1591 bool APFLosesInfo; in LLVMConstRealGetDouble() local
1593 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &APFLosesInfo); in LLVMConstRealGetDouble()
1594 *LosesInfo = APFLosesInfo; in LLVMConstRealGetDouble()