Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp152 auto const_i32_max = builder.Int32(2147483647); in HWTEST_F_L0() local
154 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_max, const_i32_1)); in HWTEST_F_L0()
489 auto const_i32_max = b.Int32(2147483647); // Max int32_t value in HWTEST_F_L0() local
491 auto result = instcombie.VisitGate(b.Int32Mul(const_i32_max, const_i32_2)); in HWTEST_F_L0()

Completed in 3 milliseconds