Searched defs:input_other (Results 1 – 2 of 2) sorted by relevance
238 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitShift() local897 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local948 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local1108 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local1162 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local1327 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local1367 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local1453 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
25 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()