Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp200 struct ByteArrayInfo { struct
228 std::vector<ByteArrayInfo> ByteArrayInfos;
233 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
235 Value *createBitSetTest(IRBuilder<> &B, BitSetInfo &BSI, ByteArrayInfo *&BAI,
241 lowerBitSetCall(CallInst *CI, BitSetInfo &BSI, ByteArrayInfo *&BAI,
308 ByteArrayInfo *LowerTypeTests::createByteArray(BitSetInfo &BSI) { in createByteArray()
318 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
329 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
337 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
352 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
[all …]