LLVM: llvm::PatternMatch::TwoOps_match< T0, T1, Opcode (original) (raw)

Matches instructions with Opcode and three operands. More...

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Public Attributes
T0 Op1
T1 Op2

Detailed Description

template<typename T0, typename T1, unsigned Opcode>
struct llvm::PatternMatch::TwoOps_match< T0, T1, Opcode >

Matches instructions with Opcode and three operands.

Definition at line 1879 of file PatternMatch.h.

Constructor & Destructor Documentation

template<typename T0, typename T1, unsigned Opcode>

Member Function Documentation

match()

template<typename T0, typename T1, unsigned Opcode>

template

Member Data Documentation

Op1

template<typename T0, typename T1, unsigned Opcode>

Op2

template<typename T0, typename T1, unsigned Opcode>


The documentation for this struct was generated from the following file: