Enum llvm_ir::predicates::FPPredicate
source · [−]pub enum FPPredicate {
Show 16 variants
False,
OEQ,
OGT,
OGE,
OLT,
OLE,
ONE,
ORD,
UNO,
UEQ,
UGT,
UGE,
ULT,
ULE,
UNE,
True,
}Variants
False
OEQ
OGT
OGE
OLT
OLE
ONE
ORD
UNO
UEQ
UGT
UGE
ULT
ULE
UNE
True
Trait Implementations
sourceimpl Clone for FPPredicate
impl Clone for FPPredicate
sourcefn clone(&self) -> FPPredicate
fn clone(&self) -> FPPredicate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FPPredicate
impl Debug for FPPredicate
sourceimpl Display for FPPredicate
impl Display for FPPredicate
sourceimpl PartialEq<FPPredicate> for FPPredicate
impl PartialEq<FPPredicate> for FPPredicate
sourcefn eq(&self, other: &FPPredicate) -> bool
fn eq(&self, other: &FPPredicate) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for FPPredicate
impl Eq for FPPredicate
impl StructuralEq for FPPredicate
impl StructuralPartialEq for FPPredicate
Auto Trait Implementations
impl RefUnwindSafe for FPPredicate
impl Send for FPPredicate
impl Sync for FPPredicate
impl Unpin for FPPredicate
impl UnwindSafe for FPPredicate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more