Trait llvm_ir::instruction::UnaryOp[][src]

pub trait UnaryOp: HasResult {
    fn get_operand(&self) -> &Operand;
}

Required methods

Implementors