Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp223 unsigned ReqSize = AllocByteOffset + BitSize; in allocate() local
224 BitAllocs[Bit] = ReqSize; in allocate()
225 if (Bytes.size() < ReqSize) in allocate()
226 Bytes.resize(ReqSize); in allocate()