LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::LegalityPredicates::TypePairAndMemSize Struct Reference

#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"

Collaboration diagram for llvm::LegalityPredicates::TypePairAndMemSize:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const TypePairAndMemSize &Other) const
 

Public Attributes

LLT Type0
 
LLT Type1
 
uint64_t MemSize
 

Detailed Description

Definition at line 168 of file LegalizerInfo.h.

Member Function Documentation

◆ operator==()

bool llvm::LegalityPredicates::TypePairAndMemSize::operator== ( const TypePairAndMemSize Other) const
inline

Definition at line 173 of file LegalizerInfo.h.

References MemSize, Type0, and Type1.

Member Data Documentation

◆ MemSize

uint64_t llvm::LegalityPredicates::TypePairAndMemSize::MemSize

Definition at line 171 of file LegalizerInfo.h.

Referenced by operator==().

◆ Type0

LLT llvm::LegalityPredicates::TypePairAndMemSize::Type0

Definition at line 169 of file LegalizerInfo.h.

Referenced by operator==().

◆ Type1

LLT llvm::LegalityPredicates::TypePairAndMemSize::Type1

Definition at line 170 of file LegalizerInfo.h.

Referenced by operator==().


The documentation for this struct was generated from the following file: