LLVM
15.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) |
![]() | |
bool | match (const MachineRegisterInfo &MRI, MatchSrc &&src) |
Public Attributes | |
Pred | P |
Definition at line 263 of file MIPatternMatch.h.
|
inline |
Definition at line 265 of file MIPatternMatch.h.
|
inline |
Definition at line 269 of file MIPatternMatch.h.
References llvm::MIPatternMatch::And< Preds >::match(), MRI, and P.
Pred llvm::MIPatternMatch::And< Pred, Preds... >::P |
Definition at line 264 of file MIPatternMatch.h.