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:1409

Templates

T0
unsigned int Opcode

Member Variables

public T0 Op1

Method Overview

Methods

OneOps_match<T0, Opcode>(const T0& Op1)

Declared at: llvm/include/llvm/IR/PatternMatch.h:1412

Parameters

const T0& Op1

template <typename OpTy>
bool match(OpTy* V)

Declared at: llvm/include/llvm/IR/PatternMatch.h:1414

Templates

OpTy

Parameters

OpTy* V