LLVM: llvm::MIPatternMatch::And< Pred, Preds... > Struct Template Reference (original) (raw)

#include "[llvm/CodeGen/GlobalISel/MIPatternMatch.h](MIPatternMatch%5F8h%5Fsource.html)"

Inheritance diagram for llvm::MIPatternMatch::And< Pred, Preds... >:

Public Member Functions
And (Pred &&p, Preds &&... preds)
template
bool match (const MachineRegisterInfo &MRI, MatchSrc &&src)
Public Member Functions inherited from llvm::MIPatternMatch::And< Preds... >
bool match (const MachineRegisterInfo &MRI, MatchSrc &&src)

Detailed Description

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

Definition at line 322 of file MIPatternMatch.h.

Constructor & Destructor Documentation

template<typename Pred, typename... Preds>

Member Function Documentation

match()

template<typename Pred, typename... Preds>

template

Member Data Documentation

P

template<typename Pred, typename... Preds>


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