Searched defs:input_other (Results 1 – 3 of 3) sorted by relevance
1526 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local1615 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local2095 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local2218 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local2393 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local2441 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local2618 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
29 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()
121 auto input_other = at::randn({2, 3, 2}); in TEST() local