GPUOcelot
|
The LLVM fmul instruction. More...
#include <LLVMInstruction.h>
Public Member Functions | |
LLVMFmul () | |
The default constructor sets the opcode. | |
Instruction * | clone (bool copy=true) const |
Return a pointer to a new Instruction. |
The LLVM fmul instruction.
ir::LLVMFmul::LLVMFmul | ( | ) |
The default constructor sets the opcode.
Instruction * ir::LLVMFmul::clone | ( | bool | copy = true | ) | const [virtual] |
Return a pointer to a new Instruction.
Implements ir::LLVMBinaryInstruction.