Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h162 bool MaybeSubOverflow(const RangeInfo &rhs) const in MaybeSubOverflow() function
174 return MaybeSubOverflow(rhs) || MaybeSubUnderflow(rhs); in MaybeSubOverflowOrUnderflow()
179 int32_t nmax = MaybeSubOverflow(rhs) ? INT32_MAX : max_ - rhs.min_;