Home
last modified time | relevance | path

Searched defs:sub_overflow (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp896 auto sub_overflow = b.SubWithOverflow(b.Int32(-2147483648), b.Int32(1)); in HWTEST_F_L0() local
905 auto sub_overflow = b.SubWithOverflow(b.Int32(2147483647), b.Int32(1)); in HWTEST_F_L0() local
916 auto sub_overflow = b.SubWithOverflow(x, b.Int32(0)); in HWTEST_F_L0() local