Trait llvm_ir::constant::ConstBinaryOp [−][src]
pub trait ConstBinaryOp {
fn get_operand0(&self) -> ConstantRef;
fn get_operand1(&self) -> ConstantRef;
}Required methods
fn get_operand0(&self) -> ConstantReffn get_operand1(&self) -> ConstantRef