GPUOcelot
|
A parameter operand. More...
#include <LLVMInstruction.h>
Public Member Functions | |
Parameter () | |
The constructor zeros out the attribute. | |
Parameter (const Operand &op) | |
Construct from an operand. | |
const Parameter & | operator= (const Operand &op) |
Assignment operator from an Operand. | |
const Parameter & | operator= (const Parameter &op) |
Assignment operator from an Operand. | |
Public Attributes | |
ParameterAttribute | attribute |
Attributes of the parameter. |
A parameter operand.
ir::LLVMInstruction::Parameter::Parameter | ( | ) |
The constructor zeros out the attribute.
ir::LLVMInstruction::Parameter::Parameter | ( | const Operand & | op | ) |
Construct from an operand.
const LLVMInstruction::Parameter & ir::LLVMInstruction::Parameter::operator= | ( | const Operand & | op | ) |
Assignment operator from an Operand.
const LLVMInstruction::Parameter & ir::LLVMInstruction::Parameter::operator= | ( | const Parameter & | op | ) |
Assignment operator from an Operand.
Attributes of the parameter.