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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

int & SplatIndex

Detailed Description

Definition at line 2009 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ m_SplatOrPoisonMask()

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

Definition at line 2011 of file PatternMatch.h.

References SplatIndex.

Member Function Documentation

◆ match()

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

Definition at line 2012 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 2010 of file PatternMatch.h.

Referenced by m_SplatOrPoisonMask(), and match().


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