Package org.robovm.compiler.llvm
Class UnaryOpInstruction
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.UnaryOpInstruction
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
ConversionInstruction,Load
public abstract class UnaryOpInstruction extends Instruction
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnaryOpInstruction(Variable result, Value op) -
Method Summary
Modifier and Type Method Description Set<VariableRef>getReadsFrom()Set<Variable>getWritesTo()Methods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata
-
Field Details
-
result
-
op
-
-
Constructor Details
-
UnaryOpInstruction
-
-
Method Details
-
getWritesTo
- Overrides:
getWritesToin classInstruction
-
getReadsFrom
- Overrides:
getReadsFromin classInstruction
-