Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp131 GateRef limitGate = acc_.GetValueIn(cmp, 1); in TryGetLoopTimes() local
132 if (!IsIntConstant(limitGate)) { in TryGetLoopTimes()
135 int32_t limit = GetIntFromTaggedConstant(limitGate); in TryGetLoopTimes()

Completed in 1 milliseconds