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