LLVM 19.0.0git
Public Member Functions | List of all members
llvm::MIPatternMatch::Or< Preds > Struct Template Reference

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Inheritance diagram for llvm::MIPatternMatch::Or< Preds >:
Inheritance graph
[legend]

Public Member Functions

template<typename MatchSrc >
bool match (const MachineRegisterInfo &MRI, MatchSrc &&src)
 

Detailed Description

template<typename... Preds>
struct llvm::MIPatternMatch::Or< Preds >

Definition at line 292 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

template<typename... Preds>
template<typename MatchSrc >
bool llvm::MIPatternMatch::Or< Preds >::match ( const MachineRegisterInfo MRI,
MatchSrc &&  src 
)
inline

Definition at line 294 of file MIPatternMatch.h.

Referenced by llvm::MIPatternMatch::Or< Pred, Preds... >::match().


The documentation for this struct was generated from the following file: