LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

template<typename LHS_t, typename RHS_t, unsigned Opcode>
struct llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >

Definition at line 75 of file PatternMatch.h.


Constructor & Destructor Documentation

template<typename LHS_t, typename RHS_t, unsigned Opcode>
llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::BinaryOp_match const LHS_t &  LHS,
const RHS_t &  RHS
[inline]
 

Definition at line 79 of file PatternMatch.h.


Member Function Documentation

template<typename LHS_t, typename RHS_t, unsigned Opcode>
template<typename OpTy>
bool llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match OpTy *  V  )  [inline]
 

Definition at line 82 of file PatternMatch.h.

References I, llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::L, and llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::R.


Member Data Documentation

template<typename LHS_t, typename RHS_t, unsigned Opcode>
LHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::L
 

Definition at line 76 of file PatternMatch.h.

Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match().

template<typename LHS_t, typename RHS_t, unsigned Opcode>
RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::R
 

Definition at line 77 of file PatternMatch.h.

Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match().


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