LLVM 20.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
BinOpPred_match (const LHS_t &LHS, const RHS_t &RHS) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
![]() | |
Predicate (std::function< bool(const MachineInstr &)> Pred) | |
bool | operator() (const MachineInstr &MI) const |
Predicate | operator! () const |
Predicate | operator&& (const Predicate &RHS) const |
Predicate | operator|| (const Predicate &RHS) const |
Public Attributes | |
LHS_t | L |
RHS_t | R |
Definition at line 1466 of file PatternMatch.h.
|
inline |
Definition at line 1470 of file PatternMatch.h.
|
inline |
Definition at line 1472 of file PatternMatch.h.
References I, llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >::L, and llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >::R.
LHS_t llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >::L |
Definition at line 1467 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >::match().
RHS_t llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >::R |
Definition at line 1468 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinOpPred_match< LHS_t, RHS_t, Predicate, Commutable >::match().