Struct llvm_ir::instruction::AShr [−][src]
Arithmetic shift right. See LLVM 12 docs on the 'ashr' instruction
Fields
operand0: Operand
operand1: Operand
dest: Name
debugloc: Option<DebugLoc>
Trait Implementations
impl BinaryOp for AShr
[src][+]
impl Clone for AShr
[src][+]
impl Debug for AShr
[src][+]
impl Display for AShr
[src][+]
impl From<AShr> for Instruction
[src][+]
impl From<AShr> for BinaryOp
[src][+]
impl HasDebugLoc for AShr
[src][+]
impl HasResult for AShr
[src][+]
impl PartialEq<AShr> for AShr
[src][+]
impl StructuralPartialEq for AShr
[src]
impl TryFrom<BinaryOp> for AShr
[src][+]
impl TryFrom<Instruction> for AShr
[src][+]
impl Typed for AShr
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for AShr
[src]
impl Send for AShr
[src]
impl Sync for AShr
[src]
impl Unpin for AShr
[src]
impl UnwindSafe for AShr
[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>,