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