Searched refs:BAI (Results 1 – 1 of 1) sorted by relevance
582 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray() local584 BAI->Bits = BSI.Bits; in createByteArray()585 BAI->BitSize = BSI.BitSize; in createByteArray()586 BAI->ByteArray = ByteArrayGlobal; in createByteArray()587 BAI->MaskGlobal = MaskGlobal; in createByteArray()588 return BAI; in createByteArray()601 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays() local604 BAB.allocate(BAI->Bits, BAI->BitSize, ByteArrayOffsets[I], Mask); in allocateByteArrays()606 BAI->MaskGlobal->replaceAllUsesWith( in allocateByteArrays()608 BAI->MaskGlobal->eraseFromParent(); in allocateByteArrays()[all …]