Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp436 auto const_3 = b.Int64(3); in HWTEST_F_L0() local
437 auto result = instcombie.VisitGate(b.Int64Mul(b.Int64Mul(x, const_almost_max), const_3)); in HWTEST_F_L0()
540 auto const_3 = b.Int32(3); in HWTEST_F_L0() local
541 auto result = instcombie.VisitGate(b.Int32Mul(b.Int32Mul(x, const_almost_max), const_3)); in HWTEST_F_L0()

Completed in 3 milliseconds