MCPcopy Create free account
hub / github.com/crosire/reshade / emit_binary_op

Method emit_binary_op

source/effect_codegen.hpp:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 /// <returns>New SSA ID with the result of the operation.</returns>
180 virtual id emit_binary_op(const location &loc, tokenid op, const type &res_type, const type &type, id lhs, id rhs) = 0;
181 id emit_binary_op(const location &loc, tokenid op, const type &type, id lhs, id rhs) { return emit_binary_op(loc, op, type, type, lhs, rhs); }
182 /// <summary>
183 /// Adds a ternary operation to the output (built-in operation with three arguments).
184 /// </summary>

Callers 3

Calls 1

emit_binary_opFunction · 0.85

Tested by

no test coverage detected