LLVM 22.0.0git
llvm::PatternMatch::match_unless< Ty > Struct Template Reference

Inverting matcher. More...

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 match_unless (const Ty &Matcher)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

Ty M

Detailed Description

template<typename Ty>
struct llvm::PatternMatch::match_unless< Ty >

Inverting matcher.

Definition at line 207 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ match_unless()

template<typename Ty>
llvm::PatternMatch::match_unless< Ty >::match_unless ( const Ty & Matcher)
inline

Definition at line 210 of file PatternMatch.h.

References M.

Member Function Documentation

◆ match()

template<typename Ty>
template<typename ITy>
bool llvm::PatternMatch::match_unless< Ty >::match ( ITy * V) const
inline

Definition at line 212 of file PatternMatch.h.

References M.

Member Data Documentation

◆ M

template<typename Ty>
Ty llvm::PatternMatch::match_unless< Ty >::M

Definition at line 208 of file PatternMatch.h.

Referenced by match(), and match_unless().


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