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 204 of file VPlanPatternMatch.h.
|
inline |
Definition at line 208 of file VPlanPatternMatch.h.
|
inline |
Definition at line 210 of file VPlanPatternMatch.h.
LTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::L |
Definition at line 205 of file VPlanPatternMatch.h.
RTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::R |
Definition at line 206 of file VPlanPatternMatch.h.