Searched defs:input_other (Results 1 – 2 of 2) sorted by relevance
1273 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local1360 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local1654 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local1774 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local1949 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local1997 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local2112 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()