Searched refs:new_high (Results 1 – 2 of 2) sorted by relevance
55 void ReplaceNode(Node* old, Node* new_low, Node* new_high);
846 void Int64Lowering::ReplaceNode(Node* old, Node* new_low, Node* new_high) { in ReplaceNode() argument848 DCHECK(new_low != nullptr || new_high == nullptr); in ReplaceNode()850 replacements_[old->id()].high = new_high; in ReplaceNode()