LLVM 22.0.0git
|
#include "llvm/Transforms/IPO/LowerTypeTests.h"
Public Member Functions | |
BitSetBuilder (ArrayRef< uint64_t > Offsets) | |
LLVM_ABI BitSetInfo | build () |
Public Attributes | |
SmallVector< uint64_t, 16 > | Offsets |
uint64_t | Min = std::numeric_limits<uint64_t>::max() |
uint64_t | Max = 0 |
Definition at line 62 of file LowerTypeTests.h.
Definition at line 67 of file LowerTypeTests.h.
References Offsets.
BitSetInfo BitSetBuilder::build | ( | ) |
Definition at line 164 of file LowerTypeTests.cpp.
References llvm::lowertypetests::BitSetInfo::AlignLog2, llvm::lowertypetests::BitSetInfo::Bits, llvm::lowertypetests::BitSetInfo::BitSize, llvm::lowertypetests::BitSetInfo::ByteOffset, llvm::countr_zero(), Max, Min, llvm::Offset, and Offsets.
Referenced by buildBitSet().
uint64_t llvm::lowertypetests::BitSetBuilder::Max = 0 |
Definition at line 65 of file LowerTypeTests.h.
Referenced by build().
Definition at line 64 of file LowerTypeTests.h.
Referenced by build().
SmallVector<uint64_t, 16> llvm::lowertypetests::BitSetBuilder::Offsets |
Definition at line 63 of file LowerTypeTests.h.
Referenced by BitSetBuilder(), and build().