Home
last modified time | relevance | path

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

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