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

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

package org.qbicc.machine.llvm.op;

import java.util.Set;

import org.qbicc.machine.llvm.FastMathFlag;
import org.qbicc.machine.llvm.LLValue;

/**
 *
 */
public interface Select extends YieldingInstruction {
    Select meta(String name, LLValue data);

    Select comment(String comment);

    Select withFlags(Set flagSet);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy