LLVM
8.0.1
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
BinaryOp_match (const LHS_t &LHS, const RHS_t &RHS) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
LHS_t | L |
RHS_t | R |
Definition at line 617 of file PatternMatch.h.
|
inline |
Definition at line 623 of file PatternMatch.h.
|
inline |
Definition at line 625 of file PatternMatch.h.
References I, and llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t, Commutable >::match().
Referenced by llvm::PatternMatch::CastClass_match< Op_t, Opcode >::match().
LHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::L |
Definition at line 618 of file PatternMatch.h.
RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::R |
Definition at line 619 of file PatternMatch.h.