Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1056 unsigned numOfBytes =(Val.AggregateVal[i].IntVal.getBitWidth()+7)/8; in StoreValueToMemory() local
1058 (uint8_t*)Ptr + numOfBytes*i, numOfBytes); in StoreValueToMemory()