Searched refs:input_count (Results 1 – 2 of 2) sorted by relevance
1625 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local1626 if (haystack->InputAt(input_count) == needle) { in Merge()1634 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local1635 HInstruction* other_input = other->InputAt(input_count); in Merge()
5152 size_t input_count = InputCount();5153 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count;5154 return other_inputs != input_count;