Home
last modified time | relevance | path

Searched refs:vBound (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp330 Bound *vBound = GetBound(value); in DoPhi() local
331 if (vBound == nullptr) { in DoPhi()
332 LOG_ECMA(FATAL) << "ArrayBoundsCheckElimination::DoPhi:vBound is nullptr"; in DoPhi()
339 if (!vBound->HasUpper() || !vBound->HasLower()) { in DoPhi()
342 curBound = vBound; in DoPhi()

Completed in 2 milliseconds