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