Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1115 const unsigned elemBitWidth = cast<IntegerType>(ElemT)->getBitWidth(); in LoadValueFromMemory() local
1116 intZero.IntVal = APInt(elemBitWidth, 0); in LoadValueFromMemory()
1120 (uint8_t*)Ptr+((elemBitWidth+7)/8)*i, (elemBitWidth+7)/8); in LoadValueFromMemory()