Home
last modified time | relevance | path

Searched refs:arithmetic_type (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dtyper.cc776 InductionVariable::ArithmeticType arithmetic_type = induction_var->Type(); in TypeInductionVariablePhi() local
783 if (arithmetic_type == InductionVariable::ArithmeticType::kAddition) { in TypeInductionVariablePhi()
787 DCHECK_EQ(InductionVariable::ArithmeticType::kSubtraction, arithmetic_type); in TypeInductionVariablePhi()
841 << (arithmetic_type == in TypeInductionVariablePhi()