LLVM 22.0.0git
|
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
VPMatchFunctor (const Pattern &P) | |
bool | operator() (Val *V) const |
Public Attributes | |
const Pattern & | P |
Definition at line 32 of file VPlanPatternMatch.h.
|
inline |
Definition at line 34 of file VPlanPatternMatch.h.
References P.
|
inline |
Definition at line 35 of file VPlanPatternMatch.h.
References llvm::VPlanPatternMatch::match(), and P.
const Pattern& llvm::VPlanPatternMatch::VPMatchFunctor< Val, Pattern >::P |
Definition at line 33 of file VPlanPatternMatch.h.
Referenced by operator()(), and VPMatchFunctor().