ΒΆLLVMValueRef LLVMConstRealOfStringAndSize(
LLVMTypeRef RealTy,
const char* Text,
unsigned int SLen)
LLVMValueRef LLVMConstRealOfStringAndSize(
LLVMTypeRef RealTy,
const char* Text,
unsigned int SLen)
Description
Obtain a constant for a floating point value parsed from a string.
Declared at: llvm/include/llvm-c/Core.h:1925
Parameters
- LLVMTypeRef RealTy
- const char* Text
- unsigned int SLen