LLVM 22.0.0git
|
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) const |
Public Attributes | |
T0 | Op1 |
T1 | Op2 |
T2 | Op3 |
Matches instructions with Opcode and three operands.
Definition at line 1871 of file PatternMatch.h.
|
inline |
Definition at line 1879 of file PatternMatch.h.
References llvm::cast(), I, Op1, Op2, and Op3.
T0 llvm::PatternMatch::ThreeOps_match< T0, T1, T2, Opcode, CommutableOp2Op3 >::Op1 |
Definition at line 1872 of file PatternMatch.h.
Referenced by match(), and ThreeOps_match().
T1 llvm::PatternMatch::ThreeOps_match< T0, T1, T2, Opcode, CommutableOp2Op3 >::Op2 |
Definition at line 1873 of file PatternMatch.h.
Referenced by match(), and ThreeOps_match().
T2 llvm::PatternMatch::ThreeOps_match< T0, T1, T2, Opcode, CommutableOp2Op3 >::Op3 |
Definition at line 1874 of file PatternMatch.h.
Referenced by match(), and ThreeOps_match().