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 1567 of file PatternMatch.h.
References llvm::dyn_cast(), L, llvm::PatternMatch::m_LowBitMask(), llvm::PatternMatch::match(), and R.
Definition at line 1562 of file PatternMatch.h.
Referenced by match(), and XorLike_match().
Definition at line 1563 of file PatternMatch.h.
Referenced by match(), and XorLike_match().