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

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

Required methods

fn get_operand0(&self) -> &Operand[src]

fn get_operand1(&self) -> &Operand[src]

Loading content...

Implementors

impl BinaryOp for BinaryOp[src]

impl BinaryOp for AShr[src]

impl BinaryOp for Add[src]

impl BinaryOp for And[src]

impl BinaryOp for FAdd[src]

impl BinaryOp for FDiv[src]

impl BinaryOp for FMul[src]

impl BinaryOp for FRem[src]

impl BinaryOp for FSub[src]

impl BinaryOp for LShr[src]

impl BinaryOp for Mul[src]

impl BinaryOp for Or[src]

impl BinaryOp for SDiv[src]

impl BinaryOp for SRem[src]

impl BinaryOp for Shl[src]

impl BinaryOp for Sub[src]

impl BinaryOp for UDiv[src]

impl BinaryOp for URem[src]

impl BinaryOp for Xor[src]

Loading content...