LLVM
8.0.1
|
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) |
Public Attributes | |
T0 | Op1 |
T1 | Op2 |
Matches instructions with Opcode and three operands.
Definition at line 1044 of file PatternMatch.h.
|
inline |
Definition at line 1048 of file PatternMatch.h.
|
inline |
Definition at line 1050 of file PatternMatch.h.
References I.
T0 llvm::PatternMatch::TwoOps_match< T0, T1, Opcode >::Op1 |
Definition at line 1045 of file PatternMatch.h.
T1 llvm::PatternMatch::TwoOps_match< T0, T1, Opcode >::Op2 |
Definition at line 1046 of file PatternMatch.h.