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