Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_gate_info.h253 bool MaybeSubOverflow(const RangeInfo &rhs) const in MaybeSubOverflow() function in panda::ecmascript::kungfu::RangeInfo
265 return MaybeSubOverflow(rhs) || MaybeSubUnderflow(rhs); in MaybeSubOverflowOrUnderflow()
271 int32_t nmax = MaybeSubOverflow(rhs) ? INT32_MAX : max_ - rhs.min_; in operator -()

Completed in 1 milliseconds