LLVM 20.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 128 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 131 of file SDPatternMatch.h.
|
inline |
Definition at line 134 of file SDPatternMatch.h.
unsigned llvm::SDPatternMatch::Opcode_match::Opcode |
Definition at line 129 of file SDPatternMatch.h.
Referenced by match().