Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp573 Constant *ByteArrayConst = ConstantDataArray::get(M.getContext(), BAB.Bytes); in allocateByteArrays() local
575 new GlobalVariable(M, ByteArrayConst->getType(), /*isConstant=*/true, in allocateByteArrays()
576 GlobalValue::PrivateLinkage, ByteArrayConst); in allocateByteArrays()
584 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()