GPUOcelot
|
#include <ILInstruction.h>
Public Member Functions | |
ILIfLogicalZ () | |
Instruction * | clone (bool copy=true) const |
Return a pointer to a new Instruction. | |
std::string | toString () const |
Parsable IL strings. | |
Public Attributes | |
ILOperand | a |
The first source operand. |
ir::ILIfLogicalZ::ILIfLogicalZ | ( | ) |
Instruction * ir::ILIfLogicalZ::clone | ( | bool | copy = true | ) | const [virtual] |
Return a pointer to a new Instruction.
Implements ir::ILInstruction.
std::string ir::ILIfLogicalZ::toString | ( | ) | const [virtual] |
Parsable IL strings.
Reimplemented from ir::ILInstruction.
The first source operand.