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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 XorLike_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>
struct llvm::PatternMatch::XorLike_match< LHS, RHS >

Definition at line 1434 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ XorLike_match()

template<typename LHS , typename RHS >
llvm::PatternMatch::XorLike_match< LHS, RHS >::XorLike_match ( const LHS L,
const RHS R 
)
inline

Definition at line 1438 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename LHS , typename RHS >
template<typename OpTy >
bool llvm::PatternMatch::XorLike_match< LHS, RHS >::match ( OpTy *  V)
inline

Member Data Documentation

◆ L

template<typename LHS , typename RHS >
LHS llvm::PatternMatch::XorLike_match< LHS, RHS >::L

◆ R

template<typename LHS , typename RHS >
RHS llvm::PatternMatch::XorLike_match< LHS, RHS >::R

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