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

org.qbicc.machine.llvm.IntCondition Maven / Gradle / Ivy

package org.qbicc.machine.llvm;

/**
 *
 */
public enum IntCondition {
    eq,
    ne,
    ugt,
    uge,
    sgt,
    sge,
    ult,
    ule,
    slt,
    sle,
    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy