Searched refs:new_high (Results 1 – 3 of 3) sorted by relevance
56 void ReplaceNode(Node* old, Node* new_low, Node* new_high);
988 void Int64Lowering::ReplaceNode(Node* old, Node* new_low, Node* new_high) { in ReplaceNode() argument990 DCHECK(new_low != nullptr || new_high == nullptr); in ReplaceNode()992 replacements_[old->id()].high = new_high; in ReplaceNode()
1398 digit_t new_high = 0; in InternalMultiplyAdd() local1399 current = digit_mul(current, factor, &new_high); in InternalMultiplyAdd()1406 high = new_high; in InternalMultiplyAdd()