Home
last modified time | relevance | path

Searched refs:ByteArrayConst (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.cpp631 Constant *ByteArrayConst = ConstantDataArray::get(M.getContext(), BAB.Bytes); in allocateByteArrays() local
633 new GlobalVariable(M, ByteArrayConst->getType(), /*isConstant=*/true, in allocateByteArrays()
634 GlobalValue::PrivateLinkage, ByteArrayConst); in allocateByteArrays()
642 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()