LLVM 20.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) |
Public Attributes | |
LHS | L |
RHS | R |
Definition at line 2955 of file PatternMatch.h.
|
inline |
Definition at line 2959 of file PatternMatch.h.
|
inline |
Definition at line 2961 of file PatternMatch.h.
References assert(), llvm::CallingConv::C, Cond, I, llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::L, llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::R, and Select.
LHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::L |
Definition at line 2956 of file PatternMatch.h.
Referenced by llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::match().
RHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::R |
Definition at line 2957 of file PatternMatch.h.
Referenced by llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::match().