Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp382 Constant *ByteArrayConst = ConstantDataArray::get(M->getContext(), BAB.Bytes); in allocateByteArrays() local
384 new GlobalVariable(*M, ByteArrayConst->getType(), /*isConstant=*/true, in allocateByteArrays()
385 GlobalValue::PrivateLinkage, ByteArrayConst); in allocateByteArrays()
393 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()