Searched refs:input_count (Results 1 – 3 of 3) sorted by relevance
176 for (size_t input_count = 0; input_count < inst->InputCount(); ++input_count) { in HasInterestingPublishTargetAsInput() local177 if (IsInterestingPublishTarget(inst->InputAt(input_count))) { in HasInterestingPublishTargetAsInput()
1694 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local1695 if (haystack->InputAt(input_count) == needle) { in Merge()1703 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local1704 HInstruction* other_input = other->InputAt(input_count); in Merge()
5007 size_t input_count = InputCount();5008 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count;5009 return other_inputs != input_count;