LLVM
8.0.1
|
#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 1714 of file PatternMatch.h.
|
inline |
Definition at line 1716 of file PatternMatch.h.
|
inline |
Definition at line 1718 of file PatternMatch.h.
References llvm::PatternMatch::m_AShr(), llvm::PatternMatch::m_LShr(), llvm::PatternMatch::m_Neg(), llvm::PatternMatch::m_Or(), llvm::PatternMatch::m_SpecificInt(), and llvm::PatternMatch::m_Value().
Opnd_t llvm::PatternMatch::Signum_match< Opnd_t >::Val |
Definition at line 1715 of file PatternMatch.h.