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 3167 of file PatternMatch.h.
|
inline |
Definition at line 3173 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 3168 of file PatternMatch.h.
Referenced by LogicalOp_match(), and match().
RHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::R |
Definition at line 3169 of file PatternMatch.h.
Referenced by LogicalOp_match(), and match().