Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp145 auto const_i32_2 = builder.Int32(2); in HWTEST_F_L0() local
146 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_1, const_i32_2)); in HWTEST_F_L0()
303 auto const_i32_2 = builder.Int32(2); in HWTEST_F_L0() local
304 auto result = instcombie.VisitGate(builder.Int32Sub(const_i32_1, const_i32_2)); in HWTEST_F_L0()
490 auto const_i32_2 = b.Int32(2); 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