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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 DisjointOr_match (const LHS &L, const RHS &R)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

LHS L
 
RHS R
 

Detailed Description

template<typename LHS, typename RHS, bool Commutable = false>
struct llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >

Definition at line 1326 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ DisjointOr_match()

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

Definition at line 1330 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename LHS , typename RHS , bool Commutable = false>
template<typename OpTy >
bool llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::match ( OpTy *  V)
inline

Member Data Documentation

◆ L

template<typename LHS , typename RHS , bool Commutable = false>
LHS llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::L

◆ R

template<typename LHS , typename RHS , bool Commutable = false>
RHS llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::R

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