LLVM 20.0.0git
|
Matching combinators. More...
#include "llvm/IR/PatternMatch.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 208 of file PatternMatch.h.
|
inline |
Definition at line 212 of file PatternMatch.h.
|
inline |
Definition at line 214 of file PatternMatch.h.
References llvm::PatternMatch::match_combine_or< LTy, RTy >::L, and llvm::PatternMatch::match_combine_or< LTy, RTy >::R.
LTy llvm::PatternMatch::match_combine_or< LTy, RTy >::L |
Definition at line 209 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_combine_or< LTy, RTy >::match().
RTy llvm::PatternMatch::match_combine_or< LTy, RTy >::R |
Definition at line 210 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_combine_or< LTy, RTy >::match().