HomeSort by relevance Sort by last modified time
    Searched refs:arithmeticType (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
loop-variable-optimizer.h 26 enum ArithmeticType { kAddition, kSubtraction };
37 ArithmeticType Type() { return arithmeticType_; }
43 Zone* zone, ArithmeticType arithmeticType)
50 arithmeticType_(arithmeticType) {}
61 ArithmeticType arithmeticType_;
loop-variable-optimizer.cc 305 InductionVariable::ArithmeticType arithmeticType;
308 arithmeticType = InductionVariable::ArithmeticType::kAddition;
311 arithmeticType = InductionVariable::ArithmeticType::kSubtraction;
325 InductionVariable(phi, arith, incr, initial, zone(), arithmeticType);

Completed in 230 milliseconds