Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp101 if (b->HasLower()) { in AndOp()
196 } else if (xBound->HasLower() && xBound->Lower() >= 0 && acc_.IsConstant(y) in DoBinaryArithmeticOp()
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()
H A Darray_bounds_check_elimination.h70 bool HasLower() in HasLower() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination::Bound

Completed in 3 milliseconds