ΒΆLLVMValueRef LLVMConstIntOfStringAndSize(
LLVMTypeRef IntTy,
const char* Text,
unsigned int SLen,
uint8_t Radix)
LLVMValueRef LLVMConstIntOfStringAndSize(
LLVMTypeRef IntTy,
const char* Text,
unsigned int SLen,
uint8_t Radix)
Description
Obtain a constant value for an integer parsed from a string with specified length.
Declared at: llvm/include/llvm-c/Core.h:1906
Parameters
- LLVMTypeRef IntTy
- const char* Text
- unsigned int SLen
- uint8_t Radix