Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp582 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray() local
584 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() local
604 BAB.allocate(BAI->Bits, BAI->BitSize, ByteArrayOffsets[I], Mask); in allocateByteArrays()
606 BAI->MaskGlobal->replaceAllUsesWith( in allocateByteArrays()
608 BAI->MaskGlobal->eraseFromParent(); in allocateByteArrays()
[all …]