Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.cc229 InductionVariable::ArithmeticType arithmeticType; in TryGetInductionVariable() local
234 arithmeticType = InductionVariable::ArithmeticType::kAddition; in TryGetInductionVariable()
239 arithmeticType = InductionVariable::ArithmeticType::kSubtraction; in TryGetInductionVariable()
264 zone(), arithmeticType); in TryGetInductionVariable()
Dloop-variable-optimizer.h47 Node* init_value, Zone* zone, ArithmeticType arithmeticType) in InductionVariable() argument
55 arithmeticType_(arithmeticType) {} in InductionVariable()