|
LLVM 24.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| LogicalOp_match (const LHS &L, const RHS &R) | |
| template<typename T> | |
| bool | match (T *V) const |
Public Attributes | |
| LHS | L |
| RHS | R |
Definition at line 3214 of file PatternMatch.h.
| LHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::L |
Definition at line 3215 of file PatternMatch.h.
Referenced by LogicalOp_match(), and match().
| RHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::R |
Definition at line 3216 of file PatternMatch.h.
Referenced by LogicalOp_match(), and match().