Searched defs:input_other (Results 1 – 2 of 2) sorted by relevance
1277 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local1364 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local1658 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local1713 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local1888 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local1936 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local2051 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()