|
LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| Signum_match (const Opnd_t &V) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| Opnd_t | Val |
Definition at line 3094 of file PatternMatch.h.
|
inline |
Definition at line 3096 of file PatternMatch.h.
References Val.
|
inline |
Definition at line 3098 of file PatternMatch.h.
References LHS, llvm::PatternMatch::m_AShr(), llvm::PatternMatch::m_c_Or(), llvm::PatternMatch::m_Deferred(), llvm::PatternMatch::m_LShr(), llvm::PatternMatch::m_Neg(), llvm::PatternMatch::m_SpecificInt(), llvm::PatternMatch::m_Value(), RHS, and Val.
| Opnd_t llvm::PatternMatch::Signum_match< Opnd_t >::Val |
Definition at line 3095 of file PatternMatch.h.
Referenced by match(), and Signum_match().