MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / IsZero

Function IsZero

FEXCore/Source/Interface/IR/Passes/RegisterAllocationPass.cpp:469–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469inline bool IsZero(const IROp_Header* IROp) {
470 return IROp->Op == OP_CONSTANT && IROp->C<IROp_Constant>()->Constant == 0;
471}
472
473bool ConstrainedRAPass::TryPostRAMerge(Ref LastNode, Ref CodeNode, IROp_Header* IROp) {
474 auto LastOp = IR->GetOp<IROp_Header>(LastNode);

Callers 1

TryPostRAMergeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected