Searched refs:left_input (Results 1 – 2 of 2) sorted by relevance
232 HValue* left_input = index->left(); in MoveIndexIfNecessary() local240 if (cursor == left_input) must_move_left_input = true; in MoveIndexIfNecessary()257 HConstant::cast(left_input)->Unlink(); in MoveIndexIfNecessary()258 HConstant::cast(left_input)->InsertBefore(index); in MoveIndexIfNecessary()
120 Node* left_input = nullptr; in ConvertInputsToNumber() local127 ConvertBothInputsToNumber(&left_input, &right_input, frame_state); in ConvertInputsToNumber()129 left_input = left_is_primitive in ConvertInputsToNumber()137 frame_state, left_input)); in ConvertInputsToNumber()140 node_->ReplaceInput(0, left_input); in ConvertInputsToNumber()