Trait llvm_ir::instruction::BinaryOp[][src]

pub trait BinaryOp: HasResult {
    fn get_operand0(&self) -> &Operand;
fn get_operand1(&self) -> &Operand; }

Required methods

Implementors