Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc746 Type increment_type = Operand(node, 2); in TypeInductionVariablePhi() local
751 !increment_type.Is(typer_->cache_.kInteger)) { in TypeInductionVariablePhi()
767 increment_type.Is(typer_->cache_.kSingletonZero)) { in TypeInductionVariablePhi()
784 increment_min = increment_type.Min(); in TypeInductionVariablePhi()
785 increment_max = increment_type.Max(); in TypeInductionVariablePhi()
788 increment_min = -increment_type.Max(); in TypeInductionVariablePhi()
789 increment_max = -increment_type.Min(); in TypeInductionVariablePhi()