Searched refs:StoreIntToMemory (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp831 /// StoreIntToMemory - Fills the StoreBytes bytes of memory starting from Dst
833 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, function
863 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes);

Completed in 52 milliseconds