Enum rustc::llvm::IntPredicateUnstable [-] [+] [src]

pub enum IntPredicate {
    IntEQ,
    IntNE,
    IntUGT,
    IntUGE,
    IntULT,
    IntULE,
    IntSGT,
    IntSGE,
    IntSLT,
    IntSLE,
}

Variants

IntEQ
IntNE
IntUGT
IntUGE
IntULT
IntULE
IntSGT
IntSGE
IntSLT
IntSLE

Trait Implementations

Derived Implementations

impl Copy for IntPredicate