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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

ArrayRef< int > & MaskRef
 

Detailed Description

Definition at line 1696 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ m_SpecificMask()

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

Definition at line 1698 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1699 of file PatternMatch.h.

References MaskRef.

Member Data Documentation

◆ MaskRef

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

Definition at line 1697 of file PatternMatch.h.

Referenced by match().


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