|
LLVM 22.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 3202 of file PatternMatch.h.
|
inline |
Definition at line 3208 of file PatternMatch.h.
References assert(), llvm::CallingConv::C, Cond, llvm::dyn_cast(), I, L, R, Select, and T.
| LHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::L |
Definition at line 3203 of file PatternMatch.h.
Referenced by LogicalOp_match(), and match().
| RHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::R |
Definition at line 3204 of file PatternMatch.h.
Referenced by LogicalOp_match(), and match().