LLVM 22.0.0git
|
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
match_combine_and (const LTy &Left, const RTy &Right) | |
template<typename ITy> | |
bool | match (ITy *V) const |
Public Attributes | |
LTy | L |
RTy | R |
Definition at line 170 of file VPlanPatternMatch.h.
|
inline |
Definition at line 174 of file VPlanPatternMatch.h.
|
inline |
Definition at line 176 of file VPlanPatternMatch.h.
LTy llvm::VPlanPatternMatch::match_combine_and< LTy, RTy >::L |
Definition at line 171 of file VPlanPatternMatch.h.
RTy llvm::VPlanPatternMatch::match_combine_and< LTy, RTy >::R |
Definition at line 172 of file VPlanPatternMatch.h.