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 3059 of file PatternMatch.h.
|
inline |
Definition at line 3061 of file PatternMatch.h.
References Val.
|
inline |
Definition at line 3063 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 3060 of file PatternMatch.h.
Referenced by match(), and Signum_match().