LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::m_Mask Struct Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

ArrayRef< int > & MaskRef
 

Detailed Description

Definition at line 1681 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ m_Mask()

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

Definition at line 1683 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1684 of file PatternMatch.h.

References MaskRef.

Member Data Documentation

◆ MaskRef

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

Definition at line 1682 of file PatternMatch.h.

Referenced by match().


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