LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
Exact_match (const SubPattern_t &SP) | |
template<typename OpTy> | |
bool | match (OpTy *V) const |
Public Attributes | |
SubPattern_t | SubPattern |
Definition at line 1695 of file PatternMatch.h.
|
inline |
Definition at line 1698 of file PatternMatch.h.
References SubPattern.
|
inline |
Definition at line 1700 of file PatternMatch.h.
References llvm::dyn_cast(), and SubPattern.
SubPattern_t llvm::PatternMatch::Exact_match< SubPattern_t >::SubPattern |
Definition at line 1696 of file PatternMatch.h.
Referenced by Exact_match(), and match().