struct OneOps_match
Declaration
template <typename T0, unsigned int Opcode>
struct OneOps_match { /* full declaration omitted */ };
Description
Matches instructions with Opcode and three operands.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1192
Templates
- T0
- unsigned int Opcode
Member Variables
- public T0 Op1
Method Overview
- public OneOps_match<T0, Opcode>(const T0 & Op1)
- public template <typename OpTy>bool match(OpTy * V)
Methods
¶OneOps_match<T0, Opcode>(const T0& Op1)
OneOps_match<T0, Opcode>(const T0& Op1)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1195
Parameters
- const T0& Op1
¶template <typename OpTy>
bool match(OpTy* V)
template <typename OpTy>
bool match(OpTy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1197
Templates
- OpTy
Parameters
- OpTy* V