LLVM 20.0.0git
|
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 1678 of file PatternMatch.h.
|
inline |
Definition at line 1681 of file PatternMatch.h.
|
inline |
Definition at line 1683 of file PatternMatch.h.
References I, and llvm::PatternMatch::OneOps_match< T0, Opcode >::Op1.
T0 llvm::PatternMatch::OneOps_match< T0, Opcode >::Op1 |
Definition at line 1679 of file PatternMatch.h.
Referenced by llvm::PatternMatch::OneOps_match< T0, Opcode >::match().