|
LLVM
8.0.1
|
#include "llvm/IR/PatternMatch.h"

Public Member Functions | |
| OneUse_match (const SubPattern_t &SP) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| SubPattern_t | SubPattern |
Definition at line 52 of file PatternMatch.h.
|
inline |
Definition at line 55 of file PatternMatch.h.
|
inline |
Definition at line 57 of file PatternMatch.h.
Referenced by llvm::PatternMatch::is_zero::match(), and llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match().
| SubPattern_t llvm::PatternMatch::OneUse_match< SubPattern_t >::SubPattern |
Definition at line 53 of file PatternMatch.h.
Referenced by llvm::PatternMatch::m_Exact(), and llvm::PatternMatch::m_OneUse().
1.8.13