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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

ArrayRef< int > & MaskRef

Detailed Description

Definition at line 2001 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ m_Mask()

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

Definition at line 2003 of file PatternMatch.h.

References MaskRef.

Member Function Documentation

◆ match()

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

Definition at line 2004 of file PatternMatch.h.

References MaskRef.

Member Data Documentation

◆ MaskRef

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

Definition at line 2002 of file PatternMatch.h.

Referenced by m_Mask(), and match().


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