|
LLVM
4.0.0
|
#include <LowerTypeTests.h>
Public Member Functions | |
| BitSetBuilder () | |
| void | addOffset (uint64_t Offset) |
| BitSetInfo | build () |
Public Attributes | |
| SmallVector< uint64_t, 16 > | Offsets |
| uint64_t | Min |
| uint64_t | Max |
Definition at line 66 of file LowerTypeTests.h.
|
inline |
Definition at line 70 of file LowerTypeTests.h.
|
inline |
Definition at line 72 of file LowerTypeTests.h.
References Max, Min, Offset, Offsets, and llvm::SmallVectorTemplateBase< T, isPodLike >::push_back().
| BitSetInfo BitSetBuilder::build | ( | ) |
Definition at line 109 of file LowerTypeTests.cpp.
References llvm::lowertypetests::BitSetInfo::AlignLog2, llvm::lowertypetests::BitSetInfo::Bits, llvm::lowertypetests::BitSetInfo::BitSize, llvm::lowertypetests::BitSetInfo::ByteOffset, llvm::countTrailingZeros(), llvm::BitmaskEnumDetail::Mask(), Max, Min, Offset, Offsets, and llvm::ZB_Undefined.
| uint64_t llvm::lowertypetests::BitSetBuilder::Max |
Definition at line 68 of file LowerTypeTests.h.
Referenced by addOffset(), and build().
| uint64_t llvm::lowertypetests::BitSetBuilder::Min |
Definition at line 68 of file LowerTypeTests.h.
Referenced by addOffset(), and build().
| SmallVector<uint64_t, 16> llvm::lowertypetests::BitSetBuilder::Offsets |
Definition at line 67 of file LowerTypeTests.h.
Referenced by addOffset(), and build().
1.8.6