LLVM 20.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 281 of file MIPatternMatch.h.
|
inline |
Definition at line 283 of file MIPatternMatch.h.
|
inline |
Definition at line 287 of file MIPatternMatch.h.
References llvm::MIPatternMatch::And< Preds >::match(), MRI, and P.
Pred llvm::MIPatternMatch::And< Pred, Preds... >::P |
Definition at line 282 of file MIPatternMatch.h.