Searched refs:right_input (Results 1 – 2 of 2) sorted by relevance
233 HValue* right_input = index->right(); in MoveIndexIfNecessary() local241 if (cursor == right_input) must_move_right_input = true; in MoveIndexIfNecessary()261 HConstant::cast(right_input)->Unlink(); in MoveIndexIfNecessary()262 HConstant::cast(right_input)->InsertBefore(index); in MoveIndexIfNecessary()
121 Node* right_input = nullptr; in ConvertInputsToNumber() local127 ConvertBothInputsToNumber(&left_input, &right_input, frame_state); in ConvertInputsToNumber()133 right_input = right_is_primitive in ConvertInputsToNumber()141 node_->ReplaceInput(1, right_input); in ConvertInputsToNumber()