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

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

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

Public Member Functions
BinaryOp_match (const LHS_t &LHS, const RHS_t &RHS)
template
bool match (unsigned Opc, OpTy *V) const
template
bool match (OpTy *V) const

Detailed Description

template<typename LHS_t, typename RHS_t, unsigned Opcode, bool Commutable = false>
struct llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >

Definition at line 1184 of file PatternMatch.h.

Constructor & Destructor Documentation

Member Function Documentation

match() [1/2]

match() [2/2]

Member Data Documentation

L

R


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