Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp715 Bound *indexBound = GetBound(index); in ProcessIndexCheck() local
716 if (!indexBound->HasLower() || !indexBound->HasUpper()) { in ProcessIndexCheck()
720 if (InArrayBound(indexBound, length, array)) { in ProcessIndexCheck()
724 || !LoopInvariant(loopHeader, indexBound->LowerGate()) in ProcessIndexCheck()
725 || !LoopInvariant(loopHeader, indexBound->UpperGate()) in ProcessIndexCheck()
726 || (indexBound->LowerGate() == Circuit::NullGate() && indexBound->Lower() < 0) in ProcessIndexCheck()
727 || (indexBound->UpperGate() == Circuit::NullGate() && indexBound in ProcessIndexCheck()
[all...]

Completed in 3 milliseconds