Function equiv_op

Source
fn equiv_op(op_l: &Operand, op_r: &Operand) -> bool
Expand description

Check if the two operands are equivalent: either they’re the same constant, or they represent the same place (regardless of whether the operand is a move or a copy)