LLVM 20.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
Signum_match (const Opnd_t &V) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
Opnd_t | Val |
Definition at line 2820 of file PatternMatch.h.
|
inline |
Definition at line 2822 of file PatternMatch.h.
|
inline |
Definition at line 2824 of file PatternMatch.h.
References LHS, llvm::PatternMatch::m_AShr(), llvm::PatternMatch::m_LShr(), llvm::PatternMatch::m_Neg(), llvm::PatternMatch::m_Or(), llvm::PatternMatch::m_SpecificInt(), llvm::PatternMatch::m_Value(), RHS, and llvm::PatternMatch::Signum_match< Opnd_t >::Val.
Opnd_t llvm::PatternMatch::Signum_match< Opnd_t >::Val |
Definition at line 2821 of file PatternMatch.h.
Referenced by llvm::PatternMatch::Signum_match< Opnd_t >::match().