LLVM 22.0.0git
llvm::PatternMatch::Exact_match< SubPattern_t > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 Exact_match (const SubPattern_t &SP)
template<typename OpTy>
bool match (OpTy *V) const

Public Attributes

SubPattern_t SubPattern

Detailed Description

template<typename SubPattern_t>
struct llvm::PatternMatch::Exact_match< SubPattern_t >

Definition at line 1695 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ Exact_match()

template<typename SubPattern_t>
llvm::PatternMatch::Exact_match< SubPattern_t >::Exact_match ( const SubPattern_t & SP)
inline

Definition at line 1698 of file PatternMatch.h.

References SubPattern.

Member Function Documentation

◆ match()

template<typename SubPattern_t>
template<typename OpTy>
bool llvm::PatternMatch::Exact_match< SubPattern_t >::match ( OpTy * V) const
inline

Definition at line 1700 of file PatternMatch.h.

References llvm::dyn_cast(), and SubPattern.

Member Data Documentation

◆ SubPattern

template<typename SubPattern_t>
SubPattern_t llvm::PatternMatch::Exact_match< SubPattern_t >::SubPattern

Definition at line 1696 of file PatternMatch.h.

Referenced by Exact_match(), and match().


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