LLVM 22.0.0git
|
Switch to a different MatchContext for subsequent patterns. More...
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
template<typename OrigMatchContext> | |
bool | match (const OrigMatchContext &, SDValue N) |
Public Attributes | |
const NewMatchContext & | Ctx |
Pattern | P |
Switch to a different MatchContext for subsequent patterns.
Definition at line 236 of file SDPatternMatch.h.
|
inline |
Definition at line 241 of file SDPatternMatch.h.
const NewMatchContext& llvm::SDPatternMatch::SwitchContext< NewMatchContext, Pattern >::Ctx |
Definition at line 237 of file SDPatternMatch.h.
Referenced by match().
Pattern llvm::SDPatternMatch::SwitchContext< NewMatchContext, Pattern >::P |
Definition at line 238 of file SDPatternMatch.h.
Referenced by match().