MCPcopy Create free account
hub / github.com/csyonghe/Spire / OpFwidth

Method OpFwidth

Source/SpireCore/SpirVCodeGen.cpp:1782–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780 }
1781
1782 void OpFwidth(const int ID, const int typeID, const int Op0)
1783 {
1784 sbTextFunctionBody << LR"(%)" << ID << LR"( = OpFwidth %)" << typeID << LR"( %)" << Op0 << EndLine;
1785
1786 streamFunctionBody.Add(209 + (4 << 16));
1787 streamFunctionBody.Add(typeID);
1788 streamFunctionBody.Add(ID);
1789 streamFunctionBody.Add(Op0);
1790 }
1791
1792 void OpName(int ID, String Name)
1793 {

Callers 1

AddInstrFwidthMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected