ΒΆLLVMValueRef LLVMConstIntOfString(
    LLVMTypeRef IntTy,
    const char* Text,
    uint8_t Radix)

Description

Obtain a constant value for an integer parsed from a string. A similar API, LLVMConstIntOfStringAndSize is also available. If the string's length is available, it is preferred to call that function instead.

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

Parameters

LLVMTypeRef IntTy
const char* Text
uint8_t Radix