|
LLVM 22.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 341 of file MIPatternMatch.h.
|
inline |
|
inline |
Definition at line 346 of file MIPatternMatch.h.
References llvm::MIPatternMatch::Or< Preds >::match(), MRI, and P.
| Pred llvm::MIPatternMatch::Or< Pred, Preds... >::P |
Definition at line 342 of file MIPatternMatch.h.