LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable > Struct Template Reference

#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
 

Detailed Description

template<typename LHS, typename RHS, unsigned Opcode, bool Commutable = false>
struct llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >

Definition at line 2794 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ LogicalOp_match()

template<typename LHS , typename RHS , unsigned Opcode, bool Commutable = false>
llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::LogicalOp_match ( const LHS L,
const RHS R 
)
inline

Definition at line 2798 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename LHS , typename RHS , unsigned Opcode, bool Commutable = false>
template<typename T >
bool llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::match ( T V)
inline

Member Data Documentation

◆ L

template<typename LHS , typename RHS , unsigned Opcode, bool Commutable = false>
LHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::L

◆ R

template<typename LHS , typename RHS , unsigned Opcode, bool Commutable = false>
RHS llvm::PatternMatch::LogicalOp_match< LHS, RHS, Opcode, Commutable >::R

The documentation for this struct was generated from the following file: