|
LLVM
4.0.0
|
#include <LowerTypeTests.h>
Public Member Functions | |
| bool | isSingleOffset () const |
| bool | isAllOnes () const |
| bool | containsGlobalOffset (uint64_t Offset) const |
| void | print (raw_ostream &OS) const |
Public Attributes | |
| std::set< uint64_t > | Bits |
| uint64_t | ByteOffset |
| uint64_t | BitSize |
| unsigned | AlignLog2 |
Definition at line 38 of file LowerTypeTests.h.
| bool BitSetInfo::containsGlobalOffset | ( | uint64_t | Offset | ) | const |
Definition at line 80 of file LowerTypeTests.cpp.
References AlignLog2, Bits, BitSize, and ByteOffset.
|
inline |
Definition at line 57 of file LowerTypeTests.h.
Referenced by print().
|
inline |
Definition at line 53 of file LowerTypeTests.h.
References Bits.
| void BitSetInfo::print | ( | raw_ostream & | OS | ) | const |
Definition at line 94 of file LowerTypeTests.cpp.
References AlignLog2, B, Bits, BitSize, ByteOffset, and isAllOnes().
| unsigned llvm::lowertypetests::BitSetInfo::AlignLog2 |
Definition at line 51 of file LowerTypeTests.h.
Referenced by llvm::lowertypetests::BitSetBuilder::build(), containsGlobalOffset(), and print().
| std::set<uint64_t> llvm::lowertypetests::BitSetInfo::Bits |
Definition at line 40 of file LowerTypeTests.h.
Referenced by llvm::lowertypetests::BitSetBuilder::build(), containsGlobalOffset(), isAllOnes(), isSingleOffset(), and print().
| uint64_t llvm::lowertypetests::BitSetInfo::BitSize |
Definition at line 46 of file LowerTypeTests.h.
Referenced by llvm::lowertypetests::BitSetBuilder::build(), containsGlobalOffset(), isAllOnes(), and print().
| uint64_t llvm::lowertypetests::BitSetInfo::ByteOffset |
Definition at line 43 of file LowerTypeTests.h.
Referenced by llvm::lowertypetests::BitSetBuilder::build(), containsGlobalOffset(), and print().
1.8.6