Package org.robovm.compiler.llvm
Class BinaryOpInstruction
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.BinaryOpInstruction
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
Fcmp,FloatingPointBinaryInstruction,Icmp,IntegerBinaryInstruction
public abstract class BinaryOpInstruction 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 protectedBinaryOpInstruction(Variable result, Value op1, Value op2) -
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
-
op1
-
op2
-
-
Constructor Details
-
BinaryOpInstruction
-
-
Method Details
-
getWritesTo
- Overrides:
getWritesToin classInstruction
-
getReadsFrom
- Overrides:
getReadsFromin classInstruction
-