Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-variable-optimizer.cc227 InductionVariable::ArithmeticType arithmeticType; in TryGetInductionVariable() local
231 arithmeticType = InductionVariable::ArithmeticType::kAddition; in TryGetInductionVariable()
235 arithmeticType = InductionVariable::ArithmeticType::kSubtraction; in TryGetInductionVariable()
260 zone(), arithmeticType); in TryGetInductionVariable()
Dloop-variable-optimizer.h46 Node* init_value, Zone* zone, ArithmeticType arithmeticType) in InductionVariable() argument
54 arithmeticType_(arithmeticType) {} in InductionVariable()