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