|
LLVM
8.0.1
|
Matches instructions with Opcode and three operands. More...
#include "llvm/IR/PatternMatch.h"

Public Member Functions | |
| OneOps_match (const T0 &Op1) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| T0 | Op1 |
Matches instructions with Opcode and three operands.
Definition at line 1029 of file PatternMatch.h.
|
inline |
Definition at line 1032 of file PatternMatch.h.
|
inline |
Definition at line 1034 of file PatternMatch.h.
References I.
| T0 llvm::PatternMatch::OneOps_match< T0, Opcode >::Op1 |
Definition at line 1030 of file PatternMatch.h.
1.8.13