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