LLVM 22.0.0git
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) const

Public Attributes

LHS L
RHS R

Detailed Description

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

Definition at line 1561 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 1565 of file PatternMatch.h.

References L, LHS, R, and RHS.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ L

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

Definition at line 1562 of file PatternMatch.h.

Referenced by match(), and XorLike_match().

◆ R

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

Definition at line 1563 of file PatternMatch.h.

Referenced by match(), and XorLike_match().


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