|
LLVM 22.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 3087 of file PatternMatch.h.
|
inline |
Definition at line 3093 of file PatternMatch.h.
References llvm::dyn_cast(), II, L, and R.
| LHS llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::L |
Definition at line 3088 of file PatternMatch.h.
Referenced by CommutativeBinaryIntrinsic_match(), and match().
| RHS llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::R |
Definition at line 3089 of file PatternMatch.h.
Referenced by CommutativeBinaryIntrinsic_match(), and match().