Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.h29 enum ArithmeticType { kAddition, kSubtraction }; enumerator
Dloop-variable-optimizer.cc239 arithmeticType = InductionVariable::ArithmeticType::kSubtraction; in TryGetInductionVariable()
Dtyper.cc812 DCHECK_EQ(arithmetic_type, InductionVariable::ArithmeticType::kSubtraction); in TypeInductionVariablePhi()