MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / DoIdsMatch

Method DoIdsMatch

source/diff/diff.cpp:1029–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029bool 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
1034bool Differ::DoesOperandMatch(const opt::Operand& src_operand,
1035 const opt::Operand& dst_operand) {

Callers

nothing calls this directly

Calls 1

MappedDstIdMethod · 0.80

Tested by

no test coverage detected