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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 m_SpecificMask (ArrayRef< int > Val)
bool match (ArrayRef< int > Mask) const

Public Attributes

ArrayRef< int > Val

Detailed Description

Definition at line 2003 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ m_SpecificMask()

llvm::PatternMatch::m_SpecificMask::m_SpecificMask ( ArrayRef< int > Val)
inline

Definition at line 2005 of file PatternMatch.h.

References Val.

Member Function Documentation

◆ match()

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

Definition at line 2006 of file PatternMatch.h.

References Val.

Member Data Documentation

◆ Val

ArrayRef<int> llvm::PatternMatch::m_SpecificMask::Val

Definition at line 2004 of file PatternMatch.h.

Referenced by m_SpecificMask(), and match().


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