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

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

package org.qbicc.machine.llvm.op;

import org.qbicc.machine.llvm.LLValue;

/**
 *
 */
public interface NuwNswBinary extends Binary {
    NuwNswBinary comment(String comment);

    NuwNswBinary meta(String name, LLValue data);

    NuwNswBinary nuw();

    NuwNswBinary nsw();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy