LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
AnyBinaryOp_match (const LHS_t &LHS, const RHS_t &RHS) | |
template<typename OpTy> | |
bool | match (OpTy *V) const |
Public Attributes | |
LHS_t | L |
RHS_t | R |
Definition at line 1110 of file PatternMatch.h.
|
inline |
Definition at line 1118 of file PatternMatch.h.
References llvm::dyn_cast(), I, L, and R.
LHS_t llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t, Commutable >::L |
Definition at line 1111 of file PatternMatch.h.
Referenced by AnyBinaryOp_match(), and match().
RHS_t llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t, Commutable >::R |
Definition at line 1112 of file PatternMatch.h.
Referenced by AnyBinaryOp_match(), and match().