Package org.robovm.compiler.llvm
Class Icmp
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.BinaryOpInstruction
org.robovm.compiler.llvm.Icmp
- All Implemented Interfaces:
Writable
public class Icmp extends BinaryOpInstruction
- Version:
- $Id$
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIcmp.ConditionNested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Field Summary
Fields inherited from class org.robovm.compiler.llvm.BinaryOpInstruction
op1, op2, result -
Constructor Summary
Constructors Constructor Description Icmp(Variable result, Icmp.Condition cond, Value op1, Value op2) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.BinaryOpInstruction
getReadsFrom, getWritesToMethods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata
-
Constructor Details
-
Icmp
-
-
Method Details
-
write
- Throws:
IOException
-
toString
-