LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SDPatternMatch::Not< Pred > Struct Template Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 Not (const Pred &P)
 
template<typename MatchContext >
bool match (const MatchContext &Ctx, SDValue N)
 

Public Attributes

Pred P
 

Detailed Description

template<typename Pred>
struct llvm::SDPatternMatch::Not< Pred >

Definition at line 361 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ Not()

template<typename Pred >
llvm::SDPatternMatch::Not< Pred >::Not ( const Pred &  P)
inlineexplicit

Definition at line 364 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

template<typename Pred >
template<typename MatchContext >
bool llvm::SDPatternMatch::Not< Pred >::match ( const MatchContext &  Ctx,
SDValue  N 
)
inline

Definition at line 367 of file SDPatternMatch.h.

References N, and llvm::SDPatternMatch::Not< Pred >::P.

Member Data Documentation

◆ P

template<typename Pred >
Pred llvm::SDPatternMatch::Not< Pred >::P

Definition at line 362 of file SDPatternMatch.h.

Referenced by llvm::SDPatternMatch::Not< Pred >::match().


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