Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h33 struct BitSetInfo { struct
77 BitSetInfo build();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp126 bool BitSetInfo::containsGlobalOffset(uint64_t Offset) const { in containsGlobalOffset()
140 void BitSetInfo::print(raw_ostream &OS) const { in print()
155 BitSetInfo BitSetBuilder::build() { in build()
170 BitSetInfo BSI; in build()
483 BitSetInfo
486 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
557 BitSetInfo LowerTypeTestsModule::buildBitSet( in buildBitSet()
594 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
1122 BitSetInfo BSI = buildBitSet(TypeId, GlobalLayout); in lowerTypeTestCalls()