CACAO
Public Member Functions
BinaryOperation< T, Instruction::MULInstID > Struct Template Reference

Template specialization for MULInstID. More...

Inheritance diagram for BinaryOperation< T, Instruction::MULInstID >:

Public Member Functions

operator() (const T &lhs, const T &rhs) const
 

Detailed Description

template<typename T>
struct BinaryOperation< T, Instruction::MULInstID >

Template specialization for MULInstID.

Definition at line 77 of file ConstantPropagationPass.cpp.

Member Function Documentation

template<typename T >
T BinaryOperation< T, Instruction::MULInstID >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

Definition at line 79 of file ConstantPropagationPass.cpp.


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