|
LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| BinaryOp_match (const LHS_t &LHS, const RHS_t &RHS) | |
| template<typename OpTy> | |
| bool | match (unsigned Opc, OpTy *V) const |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| LHS_t | L |
| RHS_t | R |
Definition at line 1184 of file PatternMatch.h.
|
inline |
Definition at line 1202 of file PatternMatch.h.
References match().
|
inline |
Definition at line 1192 of file PatternMatch.h.
References llvm::cast(), I, L, Opc, and R.
Referenced by match(), and llvm::PatternMatch::SpecificBinaryOp_match< LHS_t, RHS_t, Commutable >::match().
| LHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::L |
Definition at line 1185 of file PatternMatch.h.
Referenced by BinaryOp_match(), and match().
| RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::R |
Definition at line 1186 of file PatternMatch.h.
Referenced by BinaryOp_match(), and match().