Package org.robovm.compiler.llvm
Class ConversionInstruction
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.UnaryOpInstruction
org.robovm.compiler.llvm.ConversionInstruction
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
Bitcast,Fpext,Fptrunc,Inttoptr,Ptrtoint,Sext,Sitofp,Trunc,Uitofp,Zext
public abstract class ConversionInstruction extends UnaryOpInstruction
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Field Summary
Fields inherited from class org.robovm.compiler.llvm.UnaryOpInstruction
op, result -
Constructor Summary
Constructors Modifier Constructor Description protectedConversionInstruction(String name, Variable result, Value op, Type type) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.UnaryOpInstruction
getReadsFrom, getWritesToMethods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata
-
Constructor Details
-
ConversionInstruction
-
-
Method Details
-
write
- Throws:
IOException
-
toString
-