LLVM: llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable (original) (raw)

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Inheritance diagram for llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable >:

Public Member Functions
SpecificBinaryOp_match (unsigned Opcode, const LHS_t &LHS, const RHS_t &RHS)
template
bool match (OpTy *V) const
Public Member Functions inherited from llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, 0, false >
BinaryOp_match (const LHS_t &LHS, const RHS_t &RHS)
bool match (unsigned Opc, OpTy *V) const

Detailed Description

template<typename LHS_t, typename RHS_t, bool Commutable = false>
struct llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable >

Definition at line 1508 of file PatternMatch.h.

Constructor & Destructor Documentation

Member Function Documentation

match()

template<typename LHS_t, typename RHS_t, bool Commutable = false>

template

Member Data Documentation

Opcode


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