LLVM 20.0.0git
|
Matching combinators. More...
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
match_combine_or (const LTy &Left, const RTy &Right) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
LTy | L |
RTy | R |
Matching combinators.
Definition at line 86 of file VPlanPatternMatch.h.
|
inline |
Definition at line 90 of file VPlanPatternMatch.h.
|
inline |
Definition at line 92 of file VPlanPatternMatch.h.
References llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::L, and llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::R.
LTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::L |
Definition at line 87 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::match().
RTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::R |
Definition at line 88 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::match().