ΒΆdouble LLVMConstRealGetDouble(
    LLVMValueRef ConstantVal,
    LLVMBool* losesInfo)

Description

Obtain the double value for an floating point constant value. losesInfo indicates if some precision was lost in the conversion.

Declared at: llvm/include/llvm-c/Core.h:2035

Parameters

LLVMValueRef ConstantVal
LLVMBool* losesInfo