Searched refs:this_position (Results 1 – 1 of 1) sorted by relevance
104 int this_position = other_position < 0 ? -1 : (is_commutative ? 0 : i); in ParseInputs() local106 if (this_position >= 0 && n_multi_inputs == 0 && in ParseInputs()107 this_position >= n_named_inputs) { in ParseInputs()113 name(), other_name, this_position, op_->name(), n_named_inputs)); in ParseInputs()116 Port this_port(/*inbound=*/true, this_position); in ParseInputs()