|
LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| And (Pred &&p, Preds &&... preds) | |
| template<typename MatchSrc> | |
| bool | match (const MachineRegisterInfo &MRI, MatchSrc &&src) |
| Public Member Functions inherited from llvm::MIPatternMatch::And< Preds... > | |
| bool | match (const MachineRegisterInfo &MRI, MatchSrc &&src) |
Public Attributes | |
| Pred | P |
Definition at line 322 of file MIPatternMatch.h.
|
inline |
|
inline |
Definition at line 328 of file MIPatternMatch.h.
References llvm::MIPatternMatch::And< Preds >::match(), MRI, and P.
| Pred llvm::MIPatternMatch::And< Pred, Preds... >::P |
Definition at line 323 of file MIPatternMatch.h.