Lines Matching full:int64
77 auto const_i64_0 = builder.Int64(0); in HWTEST_F_L0()
83 auto const_i64_1 = builder.Int64(1); in HWTEST_F_L0()
84 auto const_i64_2 = builder.Int64(2); in HWTEST_F_L0()
90 auto const_i64_max = builder.Int64(9223372036854775807); in HWTEST_F_L0()
91 auto const_i64_1 = builder.Int64(1); in HWTEST_F_L0()
101 auto const_i64_max = builder.Int64(9223372036854775807); in HWTEST_F_L0()
102 auto const_i64_1 = builder.Int64(1); in HWTEST_F_L0()
111 auto const_i64_1 = builder.Int64(1); in HWTEST_F_L0()
112 auto const_i64_2 = builder.Int64(2); in HWTEST_F_L0()
224 auto const_i64_0 = builder.Int64(0); in HWTEST_F_L0()
230 auto const_i64_1 = builder.Int64(1); in HWTEST_F_L0()
231 auto const_i64_2 = builder.Int64(2); in HWTEST_F_L0()
238 auto const_i64_min = builder.Int64(-9223372036854775807 - 1); // -9223372036854775808 in HWTEST_F_L0()
239 auto const_i64_1 = builder.Int64(1); in HWTEST_F_L0()
258 auto const_1 = builder.Int64(-1); in HWTEST_F_L0()
268 auto const_min = builder.Int64(INT64_MIN); // Minimum int64_t value in HWTEST_F_L0()
369 auto const_0 = b.Int64(0); in HWTEST_F_L0()
376 auto const_1 = b.Int64(1); in HWTEST_F_L0()
383 auto const_1 = b.Int64(1); in HWTEST_F_L0()
384 auto const_2 = b.Int64(2); in HWTEST_F_L0()
390 auto const_i64_max = b.Int64(9223372036854775807); // Max int64_t value in HWTEST_F_L0()
391 auto const_i64_2 = b.Int64(2); in HWTEST_F_L0()
402 auto result = instcombie.VisitGate(b.Int64Mul(x, b.Int64(-1))); in HWTEST_F_L0()
413 auto const_4 = b.Int64(4); in HWTEST_F_L0()
424 auto const_4 = b.Int64(4); in HWTEST_F_L0()
425 auto const_5 = b.Int64(5); in HWTEST_F_L0()
435 auto const_almost_max = b.Int64(INT64_MAX - 1); // INT64_MAX - 1 in HWTEST_F_L0()
436 auto const_3 = b.Int64(3); in HWTEST_F_L0()
570 auto const_0 = b.Int64(0); in HWTEST_F_L0()
579 auto const_0 = b.Int64(0); in HWTEST_F_L0()
587 auto const_1 = b.Int64(1); in HWTEST_F_L0()
594 auto const_4 = b.Int64(4); in HWTEST_F_L0()
595 auto const_2 = b.Int64(2); in HWTEST_F_L0()
604 auto result = instcombie.VisitGate(b.Int64Div(x, b.Int64(-1))); in HWTEST_F_L0()
617 auto result = instcombie.VisitGate(b.Int64Div(x, b.Int64(-5))); in HWTEST_F_L0()
633 … auto result = instcombie.VisitGate(b.Int64Div(x, b.Int64(std::numeric_limits<int64_t>::min()))); in HWTEST_F_L0()
994 auto zero = b.Int64(0); in HWTEST_F_L0()
995 auto neg_one = b.Int64(-1); in HWTEST_F_L0()
997 auto one = b.Int64(1); in HWTEST_F_L0()
998 auto two = b.Int64(2); in HWTEST_F_L0()
1049 auto zero = b.Int64(0); in HWTEST_F_L0()
1050 auto neg_one = b.Int64(-1); in HWTEST_F_L0()
1051 auto one = b.Int64(1); in HWTEST_F_L0()
1052 auto two = b.Int64(2); in HWTEST_F_L0()
1053 auto three = b.Int64(3); in HWTEST_F_L0()
1060 … b.Int64Or(b.Int64And(x, b.Int64(-6148914691236517205L)), b.Int64(6148914691236517205L))); in HWTEST_F_L0()
1065 EXPECT_EQ(m.Right().Gate(), b.Int64(6148914691236517205L)); in HWTEST_F_L0()
1103 auto zero = b.Int64(0); in HWTEST_F_L0()
1104 auto neg_one = b.Int64(-1); in HWTEST_F_L0()
1105 auto one = b.Int64(1); in HWTEST_F_L0()
1106 auto two = b.Int64(2); in HWTEST_F_L0()
1107 auto three = b.Int64(3); in HWTEST_F_L0()
1145 auto zero = b.Int64(0); in HWTEST_F_L0()
1146 auto two = b.Int64(2); in HWTEST_F_L0()
1150 … EXPECT_EQ(instcombie.VisitGate(b.Int64LSR(b.Int64(-8), two)), b.Int64(4611686018427387902u)); in HWTEST_F_L0()
1151 EXPECT_EQ(instcombie.VisitGate(b.Int64LSR(b.Int64(8), two)), b.Int64(2)); in HWTEST_F_L0()
1182 auto zero = b.Int64(0); in HWTEST_F_L0()
1183 auto two = b.Int64(2); in HWTEST_F_L0()
1188 EXPECT_EQ(instcombie.VisitGate(b.Int64ASR(b.Int64(-8), two)), b.Int64(-2)); in HWTEST_F_L0()
1189 EXPECT_EQ(instcombie.VisitGate(b.Int64ASR(b.Int64(8), two)), b.Int64(2)); in HWTEST_F_L0()
1218 auto zero = b.Int64(0); in HWTEST_F_L0()
1219 auto two = b.Int64(2); in HWTEST_F_L0()
1223 EXPECT_EQ(instcombie.VisitGate(b.Int64LSL(b.Int64(1), two)), b.Int64(4)); in HWTEST_F_L0()
1252 auto constant1 = b.Int64(5); in HWTEST_F_L0()
1253 auto constant2 = b.Int64(10); in HWTEST_F_L0()
1261 auto constant1 = b.Int64(5); in HWTEST_F_L0()
1262 auto constant2 = b.Int64(10); in HWTEST_F_L0()
1269 auto constant1 = b.Int64(15); in HWTEST_F_L0()
1270 auto constant2 = b.Int64(7); in HWTEST_F_L0()
1271 auto zero = b.Int64(0); in HWTEST_F_L0()