LLVM 20.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) |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
LHS_t | L |
RHS_t | R |
Definition at line 1070 of file PatternMatch.h.
|
inline |
Definition at line 1076 of file PatternMatch.h.
|
inline |
Definition at line 1088 of file PatternMatch.h.
References llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::match().
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::match().
|
inline |
Definition at line 1078 of file PatternMatch.h.
References I, llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::L, and llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::R.
Referenced by 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 1071 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::match().
RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::R |
Definition at line 1072 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode, Commutable >::match().