Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp771 auto neg_one = b.Double(-1); in HWTEST_F_L0() local
772 auto result = instcombie.VisitGate(b.DoubleMul(x, neg_one)); in HWTEST_F_L0()
809 auto neg_one = b.Int32(-1); in HWTEST_F_L0() local
821 EXPECT_EQ(instcombie.VisitGate(b.Int32Mod(x, neg_one)), zero); in HWTEST_F_L0()
988 auto neg_one = b.Int64(-1); in HWTEST_F_L0() local
993 EXPECT_EQ(instcombie.VisitGate(b.Int64And(x, neg_one)), x); // x & -1 => x in HWTEST_F_L0()
1009 auto neg_one = b.Int32(-1); in HWTEST_F_L0() local
1014 EXPECT_EQ(instcombie.VisitGate(b.Int32And(x, neg_one)), x); // x & -1 => x in HWTEST_F_L0()
1043 auto neg_one = b.Int64(-1); in HWTEST_F_L0() local
1048 EXPECT_EQ(instcombie.VisitGate(b.Int64Or(x, neg_one)), neg_on in HWTEST_F_L0()
1064 auto neg_one = b.Int32(-1); HWTEST_F_L0() local
1097 auto neg_one = b.Int64(-1); HWTEST_F_L0() local
1111 auto neg_one = b.Int32(-1); HWTEST_F_L0() local
[all...]

Completed in 3 milliseconds