Searched refs:LoadIntFromMemory (Results 1 – 3 of 3) sorted by relevance
1080 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory()1119 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
2286 void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes);
3091 void llvm::LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory() function in llvm