LLVM 20.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
SpecificBinaryOp_match (unsigned Opcode, const LHS_t &LHS, const RHS_t &RHS) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Member Functions inherited from llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable > | |
BinaryOp_match (const LHS_t &LHS, const RHS_t &RHS) | |
template<typename OpTy > | |
bool | match (unsigned Opc, OpTy *V) |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
unsigned | Opcode |
Public Attributes inherited from llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable > | |
LHS_t | L |
RHS_t | R |
Definition at line 1345 of file PatternMatch.h.
|
inline |
Definition at line 1349 of file PatternMatch.h.
|
inline |
Definition at line 1352 of file PatternMatch.h.
References llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::match(), and llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable >::Opcode.
unsigned llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable >::Opcode |
Definition at line 1347 of file PatternMatch.h.
Referenced by llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable >::match().