Searched defs:input_other (Results 1 – 2 of 2) sorted by relevance
1365 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local1452 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local1746 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local1866 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local2041 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local2089 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local2204 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()