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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1017 /// StoreIntToMemory - Fills the StoreBytes bytes of memory starting from Dst
1019 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, function
1052 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes);
1078 StoreIntToMemory(Val.AggregateVal[i].IntVal,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp821 /// StoreIntToMemory - Fills the StoreBytes bytes of memory starting from Dst
823 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, function
853 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes);

Completed in 66 milliseconds