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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

int & SplatIndex
 

Detailed Description

Definition at line 1690 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ m_SplatOrUndefMask()

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

Definition at line 1692 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1693 of file PatternMatch.h.

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

Member Data Documentation

◆ SplatIndex

int& llvm::PatternMatch::m_SplatOrUndefMask::SplatIndex

Definition at line 1691 of file PatternMatch.h.

Referenced by match().


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