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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 m_SplatOrPoisonMask (int &SplatIndex)
 
bool match (ArrayRef< int > Mask)
 

Public Attributes

int & SplatIndex
 

Detailed Description

Definition at line 1717 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ m_SplatOrPoisonMask()

llvm::PatternMatch::m_SplatOrPoisonMask::m_SplatOrPoisonMask ( int &  SplatIndex)
inline

Definition at line 1719 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1720 of file PatternMatch.h.

References llvm::all_of(), llvm::find_if(), llvm::First, and SplatIndex.

Member Data Documentation

◆ SplatIndex

int& llvm::PatternMatch::m_SplatOrPoisonMask::SplatIndex

Definition at line 1718 of file PatternMatch.h.

Referenced by match().


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