ΒΆvoid StoreIntToMemory(const llvm::APInt& IntVal,
uint8_t* Dst,
unsigned int StoreBytes)
void StoreIntToMemory(const llvm::APInt& IntVal,
uint8_t* Dst,
unsigned int StoreBytes)
Description
StoreIntToMemory - Fills the StoreBytes bytes of memory starting from Dst with the integer held in IntVal.
Declared at: llvm/include/llvm/ADT/APInt.h:2282
Parameters
- const llvm::APInt& IntVal
- uint8_t* Dst
- unsigned int StoreBytes