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

Function IterInst

source/diff/diff.cpp:2672–2674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2670}
2671
2672const opt::Instruction* IterInst(opt::Module::const_inst_iterator& iter) {
2673 return &*iter;
2674}
2675
2676const opt::Instruction* IterInst(InstructionList::const_iterator& iter) {
2677 return *iter;

Callers 1

OutputSectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected