Struct llvm_ir::instruction::AShr [−][src]
pub struct AShr {
pub operand0: Operand,
pub operand1: Operand,
pub dest: Name,
pub debugloc: Option<DebugLoc>,
}Expand description
Arithmetic shift right. See LLVM 12 docs on the ‘ashr’ instruction
Fields
operand0: Operandoperand1: Operanddest: Namedebugloc: Option<DebugLoc>Trait Implementations
Performs the conversion.
Returns the DebugLoc associated with the given Instruction,
Terminator, GlobalVariable, or Function; or None if it doesn’t
have a DebugLoc. Read more
Auto Trait Implementations
impl RefUnwindSafe for AShrimpl UnwindSafe for AShrBlanket Implementations
Mutably borrows from an owned value. Read more