Searched refs:increment_type (Results 1 – 1 of 1) sorted by relevance
666 Type* increment_type = Operand(node, 2); in TypeInductionVariablePhi() local671 !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()