|
LLVM 23.0.0git
|
Matches instructions with Opcode and three operands. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| TwoOps_match (const T0 &Op1, const T1 &Op2) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| T0 | Op1 |
| T1 | Op2 |
Matches instructions with Opcode and three operands.
Definition at line 1930 of file PatternMatch.h.
|
inline |
Definition at line 1934 of file PatternMatch.h.
|
inline |
Definition at line 1936 of file PatternMatch.h.
References llvm::cast(), I, Op1, and Op2.
| T0 llvm::PatternMatch::TwoOps_match< T0, T1, Opcode >::Op1 |
Definition at line 1931 of file PatternMatch.h.
Referenced by match(), and TwoOps_match().
| T1 llvm::PatternMatch::TwoOps_match< T0, T1, Opcode >::Op2 |
Definition at line 1932 of file PatternMatch.h.
Referenced by match(), and TwoOps_match().