Searched refs:right_input (Results 1 – 1 of 1) sorted by relevance
133 Node* right_input = graph()->NewNode(simplified()->CheckReceiver(), in CheckInputsToReceiver() local135 node_->ReplaceInput(1, right_input); in CheckInputsToReceiver()136 update_effect(right_input); in CheckInputsToReceiver()151 Node* right_input = graph()->NewNode(simplified()->CheckSymbol(), right(), in CheckInputsToSymbol() local153 node_->ReplaceInput(1, right_input); in CheckInputsToSymbol()154 update_effect(right_input); in CheckInputsToSymbol()170 Node* right_input = in CheckInputsToString() local173 node_->ReplaceInput(1, right_input); in CheckInputsToString()174 update_effect(right_input); in CheckInputsToString()189 Node* right_input = in CheckInputsToInternalizedString() local[all …]