LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
ShiftLike_match (const LHS_t &LHS, uint64_t &RHS) | |
template<typename OpTy > | |
bool | match (OpTy *V) const |
Public Attributes | |
LHS_t | L |
uint64_t & | R |
Definition at line 1331 of file PatternMatch.h.
|
inline |
Definition at line 1335 of file PatternMatch.h.
|
inline |
Definition at line 1337 of file PatternMatch.h.
References llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::L, llvm::PatternMatch::m_ConstantInt(), and llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::R.
LHS_t llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::L |
Definition at line 1332 of file PatternMatch.h.
Referenced by llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::match().
uint64_t& llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::R |
Definition at line 1333 of file PatternMatch.h.
Referenced by llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::match().