Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ OpKill
Method
OpKill
Source/SpireCore/SpirVCodeGen.cpp:915–920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
913
streamFunctionBody.Add(arg);
914
}
915
void OpKill()
916
{
917
sbTextFunctionBody << LR
"(OpKill)"
<< EndLine;
918
919
streamFunctionBody.Add(252 + (1<<16));
920
}
921
void OpReturn()
922
{
923
sbTextFunctionBody << LR
"(OpReturn)"
<< EndLine;
Callers
1
AddInstrKill
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected