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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp890 /// LoadIntFromMemory - Loads the integer stored in the LoadBytes bytes starting
892 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { function
927 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes);

Completed in 41 milliseconds