Searched refs:other_inputs (Results 1 – 2 of 2) sorted by relevance
1895 HConstInputsRef other_inputs = other->GetInputs(); in Equals() local1896 if (inputs.size() != other_inputs.size()) return false; in Equals()1898 if (inputs[i] != other_inputs[i]) return false; in Equals()
5150 size_t other_inputs =5153 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count;5154 return other_inputs != input_count;