|
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 1343 of file PatternMatch.h.
|
inline |
|
inline |
Definition at line 1349 of file PatternMatch.h.
References llvm::dyn_cast(), L, llvm::PatternMatch::m_ConstantInt(), and R.
| LHS_t llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::L |
Definition at line 1344 of file PatternMatch.h.
Referenced by match(), and ShiftLike_match().
| uint64_t& llvm::PatternMatch::ShiftLike_match< LHS_t, Opcode >::R |
Definition at line 1345 of file PatternMatch.h.
Referenced by match(), and ShiftLike_match().