Searched refs:LoadIntFromMemory (Results 1 – 4 of 4) sorted by relevance
1077 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory()1119 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
2299 void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, unsigned LoadBytes);
3090 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
7015 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit()