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()
987 auto zero = b.Int64(0); in HWTEST_F_L0()
988 auto neg_one = b.Int64(-1); in HWTEST_F_L0()
990 auto one = b.Int64(1); in HWTEST_F_L0()
991 auto two = b.Int64(2); in HWTEST_F_L0()
1042 auto zero = b.Int64(0); in HWTEST_F_L0()
1043 auto neg_one = b.Int64(-1); in HWTEST_F_L0()
1044 auto one = b.Int64(1); in HWTEST_F_L0()
1045 auto two = b.Int64(2); in HWTEST_F_L0()
1046 auto three = b.Int64(3); in HWTEST_F_L0()
1053 … b.Int64Or(b.Int64And(x, b.Int64(-6148914691236517205L)), b.Int64(6148914691236517205L))); in HWTEST_F_L0()
1058 EXPECT_EQ(m.Right().Gate(), b.Int64(6148914691236517205L)); in HWTEST_F_L0()
1096 auto zero = b.Int64(0); in HWTEST_F_L0()
1097 auto neg_one = b.Int64(-1); in HWTEST_F_L0()
1098 auto one = b.Int64(1); in HWTEST_F_L0()
1099 auto two = b.Int64(2); in HWTEST_F_L0()
1100 auto three = b.Int64(3); in HWTEST_F_L0()
1138 auto zero = b.Int64(0); in HWTEST_F_L0()
1139 auto two = b.Int64(2); in HWTEST_F_L0()
1143 … EXPECT_EQ(instcombie.VisitGate(b.Int64LSR(b.Int64(-8), two)), b.Int64(4611686018427387902u)); in HWTEST_F_L0()
1144 EXPECT_EQ(instcombie.VisitGate(b.Int64LSR(b.Int64(8), two)), b.Int64(2)); in HWTEST_F_L0()
1175 auto zero = b.Int64(0); in HWTEST_F_L0()
1176 auto two = b.Int64(2); in HWTEST_F_L0()
1181 EXPECT_EQ(instcombie.VisitGate(b.Int64ASR(b.Int64(-8), two)), b.Int64(-2)); in HWTEST_F_L0()
1182 EXPECT_EQ(instcombie.VisitGate(b.Int64ASR(b.Int64(8), two)), b.Int64(2)); in HWTEST_F_L0()
1211 auto zero = b.Int64(0); in HWTEST_F_L0()
1212 auto two = b.Int64(2); in HWTEST_F_L0()
1216 EXPECT_EQ(instcombie.VisitGate(b.Int64LSL(b.Int64(1), two)), b.Int64(4)); in HWTEST_F_L0()
1245 auto constant1 = b.Int64(5); in HWTEST_F_L0()
1246 auto constant2 = b.Int64(10); in HWTEST_F_L0()
1254 auto constant1 = b.Int64(5); in HWTEST_F_L0()
1255 auto constant2 = b.Int64(10); in HWTEST_F_L0()
1262 auto constant1 = b.Int64(15); in HWTEST_F_L0()
1263 auto constant2 = b.Int64(7); in HWTEST_F_L0()
1264 auto zero = b.Int64(0); in HWTEST_F_L0()