Package org.robovm.compiler.llvm
Class Zext
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.UnaryOpInstruction
org.robovm.compiler.llvm.ConversionInstruction
org.robovm.compiler.llvm.Zext
- All Implemented Interfaces:
Writable
public class Zext extends ConversionInstruction
- 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
-
Method Summary
Methods inherited from class org.robovm.compiler.llvm.ConversionInstruction
toString, writeMethods 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
-
Zext
-