Enum llvm_ir::instruction::RMWBinOp
source · [−]pub enum RMWBinOp {
Show 13 variants
Xchg,
Add,
Sub,
And,
Nand,
Or,
Xor,
Max,
Min,
UMax,
UMin,
FAdd,
FSub,
}
Expand description
Variants
Xchg
Add
Sub
And
Nand
Or
Xor
Max
Min
UMax
UMin
FAdd
FSub
Trait Implementations
sourceimpl PartialEq<RMWBinOp> for RMWBinOp
impl PartialEq<RMWBinOp> for RMWBinOp
impl Copy for RMWBinOp
impl Eq for RMWBinOp
impl StructuralEq for RMWBinOp
impl StructuralPartialEq for RMWBinOp
Auto Trait Implementations
impl RefUnwindSafe for RMWBinOp
impl Send for RMWBinOp
impl Sync for RMWBinOp
impl Unpin for RMWBinOp
impl UnwindSafe for RMWBinOp
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