Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp126 if (b->HasUpper()) { in AndOp()
225 if (!bound->HasUpper() || !bound->HasLower()) { in DoBinaryArithmeticOp()
272 if (!bound->HasUpper() || !bound->HasLower()) { in DoUnaryArithmeticOp()
339 if (!vBound->HasUpper() || !vBound->HasLower()) { in DoPhi()
716 if (!indexBound->HasLower() || !indexBound->HasUpper()) { in ProcessIndexCheck()
983 if (!b->HasUpper() && length != Circuit::NullGate()) { // default dont know the Length in CalcBounds()
H A Darray_bounds_check_elimination.h65 bool HasUpper() in HasUpper() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination::Bound

Completed in 3 milliseconds