Searched refs:new_return_count (Results 1 – 2 of 2) sorted by relevance
320 int new_return_count = GetReturnCountAfterLowering(signature()); in LowerNode() local321 if (static_cast<int>(signature()->return_count()) != new_return_count) { in LowerNode()322 NodeProperties::ChangeOp(node, common()->Return(new_return_count)); in LowerNode()
936 int new_return_count = GetReturnCountAfterLoweringSimd128(signature()); in LowerNode() local937 if (static_cast<int>(signature()->return_count()) != new_return_count) { in LowerNode()938 NodeProperties::ChangeOp(node, common()->Return(new_return_count)); in LowerNode()