LLVM
8.0.1
|
Matches instructions with Opcode and three operands. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
ThreeOps_match (const T0 &Op1, const T1 &Op2, const T2 &Op3) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
T0 | Op1 |
T1 | Op2 |
T2 | Op3 |
Matches instructions with Opcode and three operands.
Definition at line 1061 of file PatternMatch.h.
|
inline |
Definition at line 1066 of file PatternMatch.h.
|
inline |
Definition at line 1069 of file PatternMatch.h.
References I.
T0 llvm::PatternMatch::ThreeOps_match< T0, T1, T2, Opcode >::Op1 |
Definition at line 1062 of file PatternMatch.h.
T1 llvm::PatternMatch::ThreeOps_match< T0, T1, T2, Opcode >::Op2 |
Definition at line 1063 of file PatternMatch.h.
T2 llvm::PatternMatch::ThreeOps_match< T0, T1, T2, Opcode >::Op3 |
Definition at line 1064 of file PatternMatch.h.