Lines Matching refs:ByteArray
202 GlobalVariable *ByteArray; member
358 BAI->ByteArray = ByteArrayGlobal; in createByteArray()
383 auto ByteArray = in allocateByteArrays() local
393 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()
399 BAI->ByteArray->replaceAllUsesWith(GEP); in allocateByteArrays()
403 BAI->ByteArray->replaceAllUsesWith(Alias); in allocateByteArrays()
405 BAI->ByteArray->eraseFromParent(); in allocateByteArrays()
438 Constant *ByteArray = BAI->ByteArray; in createBitSetTest() local
439 Type *Ty = BAI->ByteArray->getValueType(); in createBitSetTest()
444 ByteArray = GlobalAlias::create(BAI->ByteArray->getValueType(), 0, in createBitSetTest()
446 ByteArray, M); in createBitSetTest()
449 Value *ByteAddr = B.CreateGEP(Ty, ByteArray, BitOffset); in createBitSetTest()