Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1076 unsigned numOfBytes =(Val.AggregateVal[i].IntVal.getBitWidth()+7)/8; in StoreValueToMemory() local
1078 (uint8_t*)Ptr + numOfBytes*i, numOfBytes); in StoreValueToMemory()