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