Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp90 auto const_i64_max = builder.Int64(9223372036854775807); in HWTEST_F_L0() local
92 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_max, const_i64_1)); in HWTEST_F_L0()
101 auto const_i64_max = builder.Int64(9223372036854775807); in HWTEST_F_L0() local
103 auto result = instcombie.VisitGate(builder.Int64Add(builder.Int64Add(y, const_i64_max), const_i64_1)); in HWTEST_F_L0()
390 auto const_i64_max = b.Int64(9223372036854775807); // Max int64_t value in HWTEST_F_L0() local
392 auto result = instcombie.VisitGate(b.Int64Mul(const_i64_max, const_i64_2)); in HWTEST_F_L0()

Completed in 3 milliseconds