Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc666 Type* increment_type = Operand(node, 2); in TypeInductionVariablePhi() local
671 !increment_type->Is(typer_->cache_.kInteger)) { in TypeInductionVariablePhi()
687 increment_type->Is(typer_->cache_.kSingletonZero)) { in TypeInductionVariablePhi()
704 increment_min = increment_type->Min(); in TypeInductionVariablePhi()
705 increment_max = increment_type->Max(); in TypeInductionVariablePhi()
708 increment_min = -increment_type->Max(); in TypeInductionVariablePhi()
709 increment_max = -increment_type->Min(); in TypeInductionVariablePhi()