Home
last modified time | relevance | path

Searched refs:rightLessZero (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.cpp677 GateRef rightLessZero = builder_.Int32LessThan(right, builder_.Int32(0)); in LowerInt32DivWithCheck() local
679 …GateRef condition = builder_.BoolOr(rightGreaterZero, builder_.BoolAnd(rightLessZero, leftNotZero)… in LowerInt32DivWithCheck()