Enum llvm_ir::predicates::IntPredicate [−][src]
pub enum IntPredicate {
EQ,
NE,
UGT,
UGE,
ULT,
ULE,
SGT,
SGE,
SLT,
SLE,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntPredicateimpl Send for IntPredicateimpl Sync for IntPredicateimpl Unpin for IntPredicateimpl UnwindSafe for IntPredicateBlanket Implementations
Mutably borrows from an owned value. Read more