Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp855 int lastInteger; in InBlockMotion() local
857 GetInstrAndConstValueFromOp(index, lastGate, lastInteger); in InBlockMotion()
858 if (lastInteger >= 0 && lastGate == Circuit::NullGate()) { // IsConstant in InBlockMotion()
859 if (lastInteger <= maxConstant) { in InBlockMotion()
862 maxConstant = lastInteger; in InBlockMotion()
866 AddAccessIndexedInfo(indices, lastGate, lastInteger, indexCheck); in InBlockMotion()
867 } // when lastInteger < 0, dont remove IndexCheck in InBlockMotion()

Completed in 4 milliseconds