LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BinOp2_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 Opc1, unsigned Opc2>
struct llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >

Definition at line 618 of file PatternMatch.h.


Constructor & Destructor Documentation

template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::BinOp2_match ( const LHS_t &  LHS,
const RHS_t &  RHS 
) [inline]

Definition at line 622 of file PatternMatch.h.


Member Function Documentation

template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
template<typename OpTy >
bool llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::match ( OpTy *  V) [inline]

Member Data Documentation

template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
LHS_t llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::L
template<typename LHS_t, typename RHS_t, unsigned Opc1, unsigned Opc2>
RHS_t llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::R

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