LLVM 22.0.0git
|
#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 |
Definition at line 1561 of file PatternMatch.h.
|
inline |
Definition at line 1565 of file PatternMatch.h.
|
inline |
Definition at line 1567 of file PatternMatch.h.
References llvm::PatternMatch::XorLike_match< LHS, RHS >::L, llvm::PatternMatch::m_LowBitMask(), llvm::PatternMatch::match(), and llvm::PatternMatch::XorLike_match< LHS, RHS >::R.
Definition at line 1562 of file PatternMatch.h.
Referenced by llvm::PatternMatch::XorLike_match< LHS, RHS >::match().
Definition at line 1563 of file PatternMatch.h.
Referenced by llvm::PatternMatch::XorLike_match< LHS, RHS >::match().