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.h253 bool MaybeSubOverflow(const RangeInfo &rhs) const in MaybeSubOverflow() function
265 return MaybeSubOverflow(rhs) || MaybeSubUnderflow(rhs); in MaybeSubOverflowOrUnderflow()
271 int32_t nmax = MaybeSubOverflow(rhs) ? INT32_MAX : max_ - rhs.min_;