Searched refs:other_inputs (Results 1 – 2 of 2) sorted by relevance
1949 HConstInputsRef other_inputs = other->GetInputs(); in Equals() local1950 if (inputs.size() != other_inputs.size()) return false; in Equals()1952 if (inputs[i] != other_inputs[i]) return false; in Equals()
5005 size_t other_inputs =5008 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count;5009 return other_inputs != input_count;