| 
    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 1170 of file PatternMatch.h.
      
  | 
  inline | 
Definition at line 1188 of file PatternMatch.h.
References match().
      
  | 
  inline | 
Definition at line 1178 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 1171 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 1172 of file PatternMatch.h.
Referenced by BinaryOp_match(), and match().