Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1077 unsigned numOfBytes =(Val.AggregateVal[i].IntVal.getBitWidth()+7)/8; in StoreValueToMemory() local
1079 (uint8_t*)Ptr + numOfBytes*i, numOfBytes); in StoreValueToMemory()