LLVM 20.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) |
Public Attributes | |
LHS | L |
RHS | R |
Definition at line 1365 of file PatternMatch.h.
|
inline |
Definition at line 1369 of file PatternMatch.h.
|
inline |
Definition at line 1371 of file PatternMatch.h.
References assert(), llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::L, and llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::R.
LHS llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::L |
Definition at line 1366 of file PatternMatch.h.
Referenced by llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::match().
RHS llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::R |
Definition at line 1367 of file PatternMatch.h.
Referenced by llvm::PatternMatch::DisjointOr_match< LHS, RHS, Commutable >::match().