ΒΆvoid LoadIntFromMemory(llvm::APInt& IntVal,
uint8_t* Src,
unsigned int LoadBytes)
void LoadIntFromMemory(llvm::APInt& IntVal,
uint8_t* Src,
unsigned int LoadBytes)
Description
LoadIntFromMemory - Loads the integer stored in the LoadBytes bytes starting from Src into IntVal, which is assumed to be wide enough and to hold zero.
Declared at: llvm/include/llvm/ADT/APInt.h:2286
Parameters
- llvm::APInt& IntVal
- uint8_t* Src
- unsigned int LoadBytes