LLVM 22.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) 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 |
Public Attributes | |
unsigned | Opcode |
Public Attributes inherited from llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, 0, false > | |
LHS_t | L |
RHS_t | R |
Definition at line 1482 of file PatternMatch.h.
|
inline |
Definition at line 1486 of file PatternMatch.h.
References llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, 0, false >::BinaryOp_match(), LHS, Opcode, and RHS.
|
inline |
Definition at line 1489 of file PatternMatch.h.
References llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::match(), and Opcode.
unsigned llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable >::Opcode |
Definition at line 1484 of file PatternMatch.h.
Referenced by match(), and SpecificBinaryOp_match().