Searched refs:other_input (Results 1 – 3 of 3) sorted by relevance
109 HInstruction* other_input; in TryMergeIntoShifterOperand() local111 other_input = left; in TryMergeIntoShifterOperand()114 other_input = right; in TryMergeIntoShifterOperand()141 other_input, in TryMergeIntoShifterOperand()
123 HInstruction* other_input; in TryMergeIntoShifterOperand() local125 other_input = left; in TryMergeIntoShifterOperand()128 other_input = right; in TryMergeIntoShifterOperand()145 other_input, in TryMergeIntoShifterOperand()
1481 HInstruction* other_input = other->InputAt(input_count); in Merge() local1482 if (!has_input(this, other_input)) { in Merge()1483 AddInput(other_input); in Merge()