GPUOcelot
|
The LLVM sdiv instruction. More...
#include <LLVMInstruction.h>
Public Member Functions | |
LLVMSdiv () | |
The default constructor sets the opcode. | |
std::string | toString () const |
Returns a string representation of the instruction. | |
Instruction * | clone (bool copy=true) const |
Return a pointer to a new Instruction. | |
Public Attributes | |
LLVMI1 | exact |
Should the division be gauranteed to be exact? |
The LLVM sdiv instruction.
ir::LLVMSdiv::LLVMSdiv | ( | ) |
The default constructor sets the opcode.
Instruction * ir::LLVMSdiv::clone | ( | bool | copy = true | ) | const [virtual] |
Return a pointer to a new Instruction.
Implements ir::LLVMBinaryInstruction.
std::string ir::LLVMSdiv::toString | ( | ) | const [virtual] |
Returns a string representation of the instruction.
Reimplemented from ir::LLVMBinaryInstruction.
Should the division be gauranteed to be exact?