Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-variable-optimizer.h43 Zone* zone, ArithmeticType arithmeticType) in InductionVariable() argument
50 arithmeticType_(arithmeticType) {} in InductionVariable()
Dloop-variable-optimizer.cc305 InductionVariable::ArithmeticType arithmeticType; in TryGetInductionVariable() local
308 arithmeticType = InductionVariable::ArithmeticType::kAddition; in TryGetInductionVariable()
311 arithmeticType = InductionVariable::ArithmeticType::kSubtraction; in TryGetInductionVariable()
325 InductionVariable(phi, arith, incr, initial, zone(), arithmeticType); in TryGetInductionVariable()