LLVM 22.0.0git
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 411 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ Not()

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

Definition at line 414 of file SDPatternMatch.h.

References P.

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 417 of file SDPatternMatch.h.

References N, and P.

Member Data Documentation

◆ P

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

Definition at line 412 of file SDPatternMatch.h.

Referenced by match(), and Not().


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