LLVM API Documentation
#include <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 397 of file PatternMatch.h.
| llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::BinaryOp_match | ( | const LHS_t & | LHS, |
| const RHS_t & | RHS | ||
| ) | [inline] |
Definition at line 401 of file PatternMatch.h.
| bool llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match | ( | OpTy * | V | ) | [inline] |
Definition at line 404 of file PatternMatch.h.
References llvm::WinEH::CE, llvm::User::getOperand(), I, llvm::Value::InstructionVal, llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::L, and llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::R.
| LHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::L |
Definition at line 398 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match().
| RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::R |
Definition at line 399 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match().