Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1092 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory() function
1128 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory()
1167 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp882 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory() function
917 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory()