Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp216 Value *createBitSetTest(IRBuilder<> &B, BitSetInfo &BSI, ByteArrayInfo *&BAI,
219 lowerBitSetCall(CallInst *CI, BitSetInfo &BSI, ByteArrayInfo *&BAI,
314 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray() local
316 BAI->Bits = BSI.Bits; in createByteArray()
317 BAI->BitSize = BSI.BitSize; in createByteArray()
318 BAI->ByteArray = ByteArrayGlobal; in createByteArray()
319 BAI->Mask = ConstantExpr::getPtrToInt(MaskGlobal, Int8Ty); in createByteArray()
320 return BAI; in createByteArray()
333 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays() local
336 BAB.allocate(BAI->Bits, BAI->BitSize, ByteArrayOffsets[I], Mask); in allocateByteArrays()
[all …]