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