LLVM 22.0.0git
llvm::SDPatternMatch::m_Mask Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 m_Mask (ArrayRef< int > &MaskRef)
bool match (ArrayRef< int > Mask)

Public Attributes

ArrayRef< int > & MaskRef

Detailed Description

Definition at line 644 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ m_Mask()

llvm::SDPatternMatch::m_Mask::m_Mask ( ArrayRef< int > & MaskRef)
inline

Definition at line 646 of file SDPatternMatch.h.

References MaskRef.

Member Function Documentation

◆ match()

bool llvm::SDPatternMatch::m_Mask::match ( ArrayRef< int > Mask)
inline

Definition at line 647 of file SDPatternMatch.h.

References MaskRef.

Member Data Documentation

◆ MaskRef

ArrayRef<int>& llvm::SDPatternMatch::m_Mask::MaskRef

Definition at line 645 of file SDPatternMatch.h.

Referenced by m_Mask(), and match().


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