Package org.robovm.compiler.llvm
Class Getelementptr
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.Getelementptr
- All Implemented Interfaces:
Writable
public class Getelementptr extends Instruction
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description Getelementptr(Variable result, Value ptr, int... idx)Getelementptr(Variable result, Value ptr, Value... idx) -
Method Summary
Modifier and Type Method Description Set<VariableRef>getReadsFrom()Set<Variable>getWritesTo()StringtoString()voidwrite(Writer writer)Methods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata
-
Constructor Details
-
Getelementptr
-
Getelementptr
-
-
Method Details
-
getWritesTo
- Overrides:
getWritesToin classInstruction
-
getReadsFrom
- Overrides:
getReadsFromin classInstruction
-
write
- Throws:
IOException
-
toString
-