Searched refs:other_input (Results 1 – 3 of 3) sorted by relevance
112 HInstruction* other_input; in TryMergeIntoShifterOperand() local114 other_input = left; in TryMergeIntoShifterOperand()117 other_input = right; in TryMergeIntoShifterOperand()144 other_input, in TryMergeIntoShifterOperand()
126 HInstruction* other_input; in TryMergeIntoShifterOperand() local128 other_input = left; in TryMergeIntoShifterOperand()131 other_input = right; in TryMergeIntoShifterOperand()148 other_input, in TryMergeIntoShifterOperand()
1635 HInstruction* other_input = other->InputAt(input_count); in Merge() local1636 if (!has_input(this, other_input)) { in Merge()1637 AddInput(other_input); in Merge()