All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.machine.llvm.op.GetElementPtr Maven / Gradle / Ivy

package org.qbicc.machine.llvm.op;

import org.qbicc.machine.llvm.LLValue;

/**
 * Mapping of the LLVM {@code getelementptr} instruction.
 */
public interface GetElementPtr extends YieldingInstruction {
    GetElementPtr comment(String comment);
    GetElementPtr meta(String name, LLValue data);
    GetElementPtr arg(boolean inRange, LLValue type, LLValue index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy