LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
DisjointOr_match (const LHS &L, const RHS &R) | |
template<typename OpTy> | |
bool | match (OpTy *V) const |
Public Attributes | |
LHS | L |
RHS | R |
Definition at line 1502 of file PatternMatch.h.
|
inline |
Definition at line 1508 of file PatternMatch.h.
References assert(), llvm::dyn_cast(), L, and R.
LHS llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::L |
Definition at line 1503 of file PatternMatch.h.
Referenced by DisjointOr_match(), and match().
RHS llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::R |
Definition at line 1504 of file PatternMatch.h.
Referenced by DisjointOr_match(), and match().