LLVM API Documentation

Public Member Functions | Public Attributes
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 397 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 401 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]

Member Data Documentation

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

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