Struct llvm_ir::instruction::Sub [−][src]
Integer subtract. See LLVM 12 docs on the 'sub' instruction
Fields
operand0: Operand
operand1: Operand
dest: Name
debugloc: Option<DebugLoc>
Trait Implementations
impl BinaryOp for Sub
[src][+]
impl Clone for Sub
[src][+]
impl Debug for Sub
[src][+]
impl Display for Sub
[src][+]
impl From<Sub> for Instruction
[src][+]
impl From<Sub> for BinaryOp
[src][+]
impl HasDebugLoc for Sub
[src][+]
impl HasResult for Sub
[src][+]
impl PartialEq<Sub> for Sub
[src][+]
impl StructuralPartialEq for Sub
[src]
impl TryFrom<BinaryOp> for Sub
[src][+]
impl TryFrom<Instruction> for Sub
[src][+]
impl Typed for Sub
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Sub
[src]
impl Send for Sub
[src]
impl Sync for Sub
[src]
impl Unpin for Sub
[src]
impl UnwindSafe for Sub
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,