Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-variable-optimizer.h29 enum ArithmeticType { kAddition, kSubtraction }; enumerator
Dloop-variable-optimizer.cc235 arithmeticType = InductionVariable::ArithmeticType::kSubtraction; in TryGetInductionVariable()
Dtyper.cc787 DCHECK_EQ(InductionVariable::ArithmeticType::kSubtraction, arithmetic_type); in TypeInductionVariablePhi()