LLVM: llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable (original) (raw)

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Inheritance diagram for llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >:

Public Member Functions
BinOpPred_match (const LHS_t &LHS, const RHS_t &RHS)
template
bool match (OpTy *V) const
Public Member Functions inherited from Predicate
Predicate (std::function< bool(const MachineInstr &)> Pred)
bool operator() (const MachineInstr &MI) const
Predicate operator! () const
Predicate operator&& (const Predicate &RHS) const
Predicate [operator|

Detailed Description

template<typename LHS_t, typename RHS_t, typename Predicate, bool Commutable = false>
struct llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >

Definition at line 1619 of file PatternMatch.h.

Constructor & Destructor Documentation

Member Function Documentation

match()

Member Data Documentation

L

R


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