Trait llvm_ir::constant::ConstBinaryOp[][src]

pub trait ConstBinaryOp {
    fn get_operand0(&self) -> ConstantRef;
fn get_operand1(&self) -> ConstantRef; }

Required methods

Implementors