LLVM 22.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) const |
Public Attributes | |
T0 | Op1 |
Matches instructions with Opcode and three operands.
Definition at line 1830 of file PatternMatch.h.
|
inline |
Definition at line 1833 of file PatternMatch.h.
References Op1.
|
inline |
Definition at line 1835 of file PatternMatch.h.
References llvm::cast(), I, and Op1.
T0 llvm::PatternMatch::OneOps_match< T0, Opcode >::Op1 |
Definition at line 1831 of file PatternMatch.h.
Referenced by match(), and OneOps_match().