ΒΆinline double RoundSignedAPIntToDouble(
const llvm::APInt& APIVal)
inline double RoundSignedAPIntToDouble(
const llvm::APInt& APIVal)
Description
Converts the given APInt to a double value. Treats the APInt as a signed value for conversion purposes.
Declared at: llvm/include/llvm/ADT/APInt.h:2199
Parameters
- const llvm::APInt& APIVal