Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc677 Type* initial_type = Operand(node, 0); in TypeInductionVariablePhi() local
682 if (!initial_type->Is(typer_->cache_.kInteger) || in TypeInductionVariablePhi()
698 if (!initial_type->IsInhabited() || in TypeInductionVariablePhi()
700 return initial_type; in TypeInductionVariablePhi()
726 min = initial_type->Min(); in TypeInductionVariablePhi()
733 max = initial_type->Max(); in TypeInductionVariablePhi()
743 max = std::max(max, initial_type->Max()); in TypeInductionVariablePhi()
746 max = initial_type->Max(); in TypeInductionVariablePhi()
753 min = initial_type->Min(); in TypeInductionVariablePhi()
763 min = std::min(min, initial_type->Min()); in TypeInductionVariablePhi()