|
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 1850 of file PatternMatch.h.
|
inline |
Definition at line 1853 of file PatternMatch.h.
References Op1.
|
inline |
Definition at line 1855 of file PatternMatch.h.
References llvm::cast(), I, and Op1.
| T0 llvm::PatternMatch::OneOps_match< T0, Opcode >::Op1 |
Definition at line 1851 of file PatternMatch.h.
Referenced by match(), and OneOps_match().