|
LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| Opcode_match (unsigned Opc) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
| unsigned | Opcode |
Definition at line 147 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 150 of file SDPatternMatch.h.
|
inline |
Definition at line 153 of file SDPatternMatch.h.
| unsigned llvm::SDPatternMatch::Opcode_match::Opcode |
Definition at line 148 of file SDPatternMatch.h.
Referenced by match(), and Opcode_match().