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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 AllowReassoc_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::AllowReassoc_match< SubPattern_t >

Definition at line 71 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ AllowReassoc_match()

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

Definition at line 74 of file PatternMatch.h.

References SubPattern.

Member Function Documentation

◆ match()

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

Definition at line 76 of file PatternMatch.h.

References llvm::dyn_cast(), I, and SubPattern.

Member Data Documentation

◆ SubPattern

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

Definition at line 72 of file PatternMatch.h.

Referenced by AllowReassoc_match(), and match().


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