LLVM
8.0.1
|
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
Public Member Functions | |
bool | operator== (const TypePairAndMemSize &Other) const |
Public Attributes | |
LLT | Type0 |
LLT | Type1 |
uint64_t | MemSize |
Definition at line 168 of file LegalizerInfo.h.
|
inline |
Definition at line 173 of file LegalizerInfo.h.
uint64_t llvm::LegalityPredicates::TypePairAndMemSize::MemSize |
Definition at line 171 of file LegalizerInfo.h.
Referenced by operator==().
LLT llvm::LegalityPredicates::TypePairAndMemSize::Type0 |
Definition at line 169 of file LegalizerInfo.h.
Referenced by operator==().
LLT llvm::LegalityPredicates::TypePairAndMemSize::Type1 |
Definition at line 170 of file LegalizerInfo.h.
Referenced by operator==().