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