LLVM 20.0.0git
|
#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 |
Definition at line 360 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 363 of file SDPatternMatch.h.
|
inline |
Definition at line 366 of file SDPatternMatch.h.
References N, and llvm::SDPatternMatch::Not< Pred >::P.
Pred llvm::SDPatternMatch::Not< Pred >::P |
Definition at line 361 of file SDPatternMatch.h.
Referenced by llvm::SDPatternMatch::Not< Pred >::match().