ΒΆLLVMValueRef LLVMConstRealOfString(
    LLVMTypeRef RealTy,
    const char* Text)

Description

Obtain a constant for a floating point value parsed from a string. A similar API, LLVMConstRealOfStringAndSize is also available. It should be used if the input string's length is known.

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

Parameters

LLVMTypeRef RealTy
const char* Text