|
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 1573 of file PatternMatch.h.
|
inline |
Definition at line 1579 of file PatternMatch.h.
References llvm::dyn_cast(), L, llvm::PatternMatch::m_LowBitMask(), llvm::PatternMatch::match(), and R.
Definition at line 1574 of file PatternMatch.h.
Referenced by match(), and XorLike_match().
Definition at line 1575 of file PatternMatch.h.
Referenced by match(), and XorLike_match().