LLVM 22.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) const |
Public Attributes | |
LTy | L |
RTy | R |
Matching combinators.
Definition at line 159 of file VPlanPatternMatch.h.
|
inline |
Definition at line 163 of file VPlanPatternMatch.h.
References L, llvm::Left, R, and llvm::Right.
|
inline |
Definition at line 165 of file VPlanPatternMatch.h.
LTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::L |
Definition at line 160 of file VPlanPatternMatch.h.
Referenced by match(), and match_combine_or().
RTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::R |
Definition at line 161 of file VPlanPatternMatch.h.
Referenced by match(), and match_combine_or().