| 1027 | } |
| 1028 | |
| 1029 | bool Differ::DoIdsMatch(uint32_t src_id, uint32_t dst_id) { |
| 1030 | assert(dst_id != 0); |
| 1031 | return id_map_.MappedDstId(src_id) == dst_id; |
| 1032 | } |
| 1033 | |
| 1034 | bool Differ::DoesOperandMatch(const opt::Operand& src_operand, |
| 1035 | const opt::Operand& dst_operand) { |
nothing calls this directly
no test coverage detected