LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.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 223 of file PatternMatch.h.
|
inline |
Definition at line 227 of file PatternMatch.h.
|
inline |
Definition at line 229 of file PatternMatch.h.
LTy llvm::PatternMatch::match_combine_and< LTy, RTy >::L |
Definition at line 224 of file PatternMatch.h.
RTy llvm::PatternMatch::match_combine_and< LTy, RTy >::R |
Definition at line 225 of file PatternMatch.h.