Searched refs:other_input (Results 1 – 3 of 3) sorted by relevance
107 HInstruction* other_input; in TryMergeIntoShifterOperand() local109 other_input = left; in TryMergeIntoShifterOperand()112 other_input = right; in TryMergeIntoShifterOperand()139 other_input, in TryMergeIntoShifterOperand()
121 HInstruction* other_input; in TryMergeIntoShifterOperand() local123 other_input = left; in TryMergeIntoShifterOperand()126 other_input = right; in TryMergeIntoShifterOperand()143 other_input, in TryMergeIntoShifterOperand()
1482 HInstruction* other_input = other->InputAt(input_count); in Merge() local1483 if (!has_input(this, other_input)) { in Merge()1484 AddInput(other_input); in Merge()