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