Trait llvm_ir::instruction::UnaryOp [−][src]
pub trait UnaryOp: HasResult { fn get_operand(&self) -> &Operand; }
Required methods
fn get_operand(&self) -> &Operandpub trait UnaryOp: HasResult { fn get_operand(&self) -> &Operand; }
fn get_operand(&self) -> &Operand