Load LoadBytes bytes from Src into IntVal.
Synopsis
Declared in <llvm/ADT/APInt.h>
void
LoadIntFromMemory(
APInt& IntVal,
uint8_t const* Src,
unsigned int LoadBytes);
Description
IntVal is assumed to be wide enough and initially zero.
Parameters
Name |
Description |
IntVal |
Destination APInt (must be wide enough and zeroed) |
Src |
Source buffer |
LoadBytes |
Number of bytes to read |
Created with MrDocs