LLVM API Documentation
#include <PatternMatch.h>
Collaboration diagram for llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >:
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 76 of file PatternMatch.h.
llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::BinaryOp_match | ( | const LHS_t & | LHS, | |
const RHS_t & | RHS | |||
) | [inline] |
Definition at line 80 of file PatternMatch.h.
bool llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::match | ( | OpTy * | V | ) | [inline] |
Definition at line 83 of file PatternMatch.h.
References I, llvm::Value::InstructionVal, llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::L, and llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::R.
LHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::L |
Definition at line 77 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::match().
RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::R |
Definition at line 78 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, ConcreteTy >::match().