Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-variable-optimizer.h26 enum ArithmeticType { kAddition, kSubtraction }; enumerator
Dloop-variable-optimizer.cc311 arithmeticType = InductionVariable::ArithmeticType::kSubtraction; in TryGetInductionVariable()
Dtyper.cc719 DCHECK(arithmetic_type == InductionVariable::ArithmeticType::kSubtraction); in TypeInductionVariablePhi()