|
LLVM 24.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| CommutativeBinaryIntrinsic_match (const LHS &L, const RHS &R) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| LHS | L |
| RHS | R |
Definition at line 3060 of file PatternMatch.h.
|
inline |
Definition at line 3064 of file PatternMatch.h.
|
inline |
Definition at line 3066 of file PatternMatch.h.
References llvm::dyn_cast(), II, L, and R.
| LHS llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::L |
Definition at line 3061 of file PatternMatch.h.
Referenced by CommutativeBinaryIntrinsic_match(), and match().
| RHS llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::R |
Definition at line 3062 of file PatternMatch.h.
Referenced by CommutativeBinaryIntrinsic_match(), and match().