LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
MatchFunctor (const Pattern &P) | |
bool | operator() (Val *V) const |
Public Attributes | |
const Pattern & | P |
Definition at line 53 of file PatternMatch.h.
|
inline |
Definition at line 55 of file PatternMatch.h.
References P.
|
inline |
Definition at line 56 of file PatternMatch.h.
References P.
const Pattern& llvm::PatternMatch::MatchFunctor< Val, Pattern >::P |
Definition at line 54 of file PatternMatch.h.
Referenced by MatchFunctor(), and operator()().