LLVM  8.0.1
Public Member Functions | List of all members
llvm::MIPatternMatch::And< Preds > Struct Template Reference

Matching combinators. More...

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

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

Public Member Functions

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

Detailed Description

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

Matching combinators.

Definition at line 74 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 76 of file MIPatternMatch.h.

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


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