Enum rustc_trans::lib::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 Clone for IntPredicate

fn clone(&self) -> IntPredicate

fn clone_from(&mut self, source: &Self)

impl Copy for IntPredicate