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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp600 ByteArrayInfo *BAI = &ByteArrayInfos.back(); local
602 BAI->Bits = BSI.Bits;
603 BAI->BitSize = BSI.BitSize;
604 BAI->ByteArray = ByteArrayGlobal;
605 BAI->MaskGlobal = MaskGlobal;
606 return BAI;
619 ByteArrayInfo *BAI = &ByteArrayInfos[I]; local
622 BAB.allocate(BAI->Bits, BAI->BitSize, ByteArrayOffsets[I], Mask);
624 BAI
637 ByteArrayInfo *BAI = &ByteArrayInfos[I]; local
1124 ByteArrayInfo *BAI = nullptr; local
[all...]

Completed in 110 milliseconds