• Home
  • Raw
  • Download

Lines Matching full:auto

76         auto x = builder.Arguments(1);  in HWTEST_F_L0()
77 auto const_i64_0 = builder.Int64(0); in HWTEST_F_L0()
78 auto test_x_add_0 = builder.Int64Add(x, const_i64_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()
85 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_1, const_i64_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()
92 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_max, const_i64_1)); in HWTEST_F_L0()
100 auto y = builder.Arguments(2); 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()
103auto result = instcombie.VisitGate(builder.Int64Add(builder.Int64Add(y, const_i64_max), const_i64_… in HWTEST_F_L0()
110 auto z = builder.Arguments(3); 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()
113 auto z_add_1 = builder.Int64Add(z, const_i64_1); in HWTEST_F_L0()
114 auto intfer = builder.Int64Add(z_add_1, z_add_1); in HWTEST_F_L0()
116 auto result = instcombie.VisitGate(builder.Int64Add(z_add_1, const_i64_2)); in HWTEST_F_L0()
136 auto x = builder.Arguments(1); in HWTEST_F_L0()
137 auto const_i32_0 = builder.Int32(0); in HWTEST_F_L0()
138 auto test_x_add_0 = builder.Int32Add(x, const_i32_0); in HWTEST_F_L0()
144 auto const_i32_1 = builder.Int32(1); in HWTEST_F_L0()
145 auto const_i32_2 = builder.Int32(2); in HWTEST_F_L0()
146 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_1, const_i32_2)); in HWTEST_F_L0()
152 auto const_i32_max = builder.Int32(2147483647); in HWTEST_F_L0()
153 auto const_i32_1 = builder.Int32(1); in HWTEST_F_L0()
154 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_max, const_i32_1)); in HWTEST_F_L0()
163 auto x = builder.Arguments(2); in HWTEST_F_L0()
164 auto y = builder.Arguments(3); in HWTEST_F_L0()
165 auto zero = builder.Int32(0); in HWTEST_F_L0()
166 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Sub(zero, x), y)); in HWTEST_F_L0()
174 auto x = builder.Arguments(4); in HWTEST_F_L0()
175 auto y = builder.Arguments(5); in HWTEST_F_L0()
176 auto zero = builder.Int32(0); in HWTEST_F_L0()
177 auto result = instcombie.VisitGate(builder.Int32Add(y, builder.Int32Sub(zero, x))); in HWTEST_F_L0()
186 auto y = builder.Arguments(6); in HWTEST_F_L0()
187 auto const_1 = builder.Int32(1); in HWTEST_F_L0()
188 auto const_2 = builder.Int32(2); in HWTEST_F_L0()
189 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Add(y, const_1), const_2)); in HWTEST_F_L0()
197 auto y = builder.Arguments(6); in HWTEST_F_L0()
198 auto const_1 = builder.Int32(2147483647); in HWTEST_F_L0()
199 auto const_2 = builder.Int32(1); in HWTEST_F_L0()
200 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Add(y, const_1), const_2)); in HWTEST_F_L0()
223 auto x = builder.Arguments(1); in HWTEST_F_L0()
224 auto const_i64_0 = builder.Int64(0); in HWTEST_F_L0()
225 auto test_x_add_0 = builder.Int64Sub(x, const_i64_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()
232 auto result = instcombie.VisitGate(builder.Int64Sub(const_i64_1, const_i64_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()
240 auto result = instcombie.VisitGate(builder.Int64Sub(const_i64_min, const_i64_1)); in HWTEST_F_L0()
250 auto x = builder.Arguments(2); in HWTEST_F_L0()
251 auto result = instcombie.VisitGate(builder.Int64Sub(x, x)); in HWTEST_F_L0()
257 auto x = builder.Arguments(3); in HWTEST_F_L0()
258 auto const_1 = builder.Int64(-1); in HWTEST_F_L0()
259 auto result = instcombie.VisitGate(builder.Int64Sub(x, const_1)); in HWTEST_F_L0()
267 auto x = builder.Arguments(3); in HWTEST_F_L0()
268 auto const_min = builder.Int64(INT64_MIN); // Minimum int64_t value in HWTEST_F_L0()
269 auto result = instcombie.VisitGate(builder.Int64Sub(x, const_min)); in HWTEST_F_L0()
295 auto x = builder.Arguments(1); in HWTEST_F_L0()
296 auto const_i32_0 = builder.Int32(0); in HWTEST_F_L0()
297 auto test_x_add_0 = builder.Int32Sub(x, const_i32_0); in HWTEST_F_L0()
302 auto const_i32_1 = builder.Int32(1); in HWTEST_F_L0()
303 auto const_i32_2 = builder.Int32(2); in HWTEST_F_L0()
304 auto result = instcombie.VisitGate(builder.Int32Sub(const_i32_1, const_i32_2)); in HWTEST_F_L0()
310 auto const_i32_min = builder.Int32(-2147483647 - 1); // -2147483648 in HWTEST_F_L0()
311 auto const_i32_1 = builder.Int32(1); in HWTEST_F_L0()
312 auto result = instcombie.VisitGate(builder.Int32Sub(const_i32_min, const_i32_1)); in HWTEST_F_L0()
321 auto x = builder.Arguments(2); in HWTEST_F_L0()
322 auto result = instcombie.VisitGate(builder.Int32Sub(x, x)); in HWTEST_F_L0()
328 auto x = builder.Arguments(3); in HWTEST_F_L0()
329 auto const_1 = builder.Int32(-1); in HWTEST_F_L0()
330 auto result = instcombie.VisitGate(builder.Int32Sub(x, const_1)); in HWTEST_F_L0()
339 auto x = builder.Arguments(3); in HWTEST_F_L0()
340 auto const_min = builder.Int32(INT32_MIN); // Minimum int32_t value in HWTEST_F_L0()
341 auto result = instcombie.VisitGate(builder.Int32Sub(x, const_min)); in HWTEST_F_L0()
368 auto x = b.Arguments(1); in HWTEST_F_L0()
369 auto const_0 = b.Int64(0); in HWTEST_F_L0()
370 auto result = b.Int64Mul(x, const_0); in HWTEST_F_L0()
375 auto x = b.Arguments(1); in HWTEST_F_L0()
376 auto const_1 = b.Int64(1); in HWTEST_F_L0()
377 auto result = b.Int64Mul(x, const_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()
385 auto result = instcombie.VisitGate(b.Int64Mul(const_1, const_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()
392 auto result = instcombie.VisitGate(b.Int64Mul(const_i64_max, const_i64_2)); in HWTEST_F_L0()
401 auto x = b.Arguments(2); in HWTEST_F_L0()
402 auto result = instcombie.VisitGate(b.Int64Mul(x, b.Int64(-1))); in HWTEST_F_L0()
412 auto x = b.Arguments(3); in HWTEST_F_L0()
413 auto const_4 = b.Int64(4); in HWTEST_F_L0()
414 auto result = instcombie.VisitGate(b.Int64Mul(x, const_4)); in HWTEST_F_L0()
423 auto x = b.Arguments(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()
426 auto result = instcombie.VisitGate(b.Int64Mul(b.Int64Mul(x, const_4), const_5)); in HWTEST_F_L0()
434 auto x = b.Arguments(4); 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()
437 auto result = instcombie.VisitGate(b.Int64Mul(b.Int64Mul(x, const_almost_max), const_3)); in HWTEST_F_L0()
464 auto x = b.Arguments(1); in HWTEST_F_L0()
465 auto const_0 = b.Int32(0); in HWTEST_F_L0()
466 auto result = b.Int32Mul(x, const_0); in HWTEST_F_L0()
471 auto x = b.Arguments(1); in HWTEST_F_L0()
472 auto const_1 = b.Int32(1); in HWTEST_F_L0()
473 auto result = b.Int32Mul(x, const_1); in HWTEST_F_L0()
480 auto const_1 = b.Int32(1); in HWTEST_F_L0()
481 auto const_2 = b.Int32(2); in HWTEST_F_L0()
482 auto result = instcombie.VisitGate(b.Int32Mul(const_1, const_2)); in HWTEST_F_L0()
489 auto const_i32_max = b.Int32(2147483647); // Max int32_t value in HWTEST_F_L0()
490 auto const_i32_2 = b.Int32(2); in HWTEST_F_L0()
491 auto result = instcombie.VisitGate(b.Int32Mul(const_i32_max, const_i32_2)); in HWTEST_F_L0()
502 auto x = b.Arguments(2); in HWTEST_F_L0()
503 auto result = instcombie.VisitGate(b.Int32Mul(x, b.Int32(-1))); in HWTEST_F_L0()
514 auto x = b.Arguments(3); in HWTEST_F_L0()
515 auto const_4 = b.Int32(4); in HWTEST_F_L0()
516 auto result = instcombie.VisitGate(b.Int32Mul(x, const_4)); in HWTEST_F_L0()
526 auto x = b.Arguments(4); in HWTEST_F_L0()
527 auto const_4 = b.Int32(4); in HWTEST_F_L0()
528 auto const_5 = b.Int32(5); in HWTEST_F_L0()
529 auto result = instcombie.VisitGate(b.Int32Mul(b.Int32Mul(x, const_4), const_5)); in HWTEST_F_L0()
538 auto x = b.Arguments(4); in HWTEST_F_L0()
539 auto const_almost_max = b.Int32(INT32_MAX - 1); // INT32_MAX - 1 in HWTEST_F_L0()
540 auto const_3 = b.Int32(3); in HWTEST_F_L0()
541 auto result = instcombie.VisitGate(b.Int32Mul(b.Int32Mul(x, const_almost_max), const_3)); in HWTEST_F_L0()
569 auto x = b.Arguments(1); in HWTEST_F_L0()
570 auto const_0 = b.Int64(0); in HWTEST_F_L0()
571 auto result = b.Int64Div(const_0, x); in HWTEST_F_L0()
578 auto x = b.Arguments(1); in HWTEST_F_L0()
579 auto const_0 = b.Int64(0); in HWTEST_F_L0()
580 auto result = b.Int64Div(x, const_0); in HWTEST_F_L0()
586 auto x = b.Arguments(1); in HWTEST_F_L0()
587 auto const_1 = b.Int64(1); in HWTEST_F_L0()
588 auto result = b.Int64Div(x, const_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()
596 auto result = instcombie.VisitGate(b.Int64Div(const_4, const_2)); in HWTEST_F_L0()
603 auto x = b.Arguments(2); in HWTEST_F_L0()
604 auto result = instcombie.VisitGate(b.Int64Div(x, b.Int64(-1))); in HWTEST_F_L0()
616 auto x = b.Arguments(2); in HWTEST_F_L0()
617 auto result = instcombie.VisitGate(b.Int64Div(x, b.Int64(-5))); in HWTEST_F_L0()
632 auto x = b.Arguments(2); in HWTEST_F_L0()
633auto result = instcombie.VisitGate(b.Int64Div(x, b.Int64(std::numeric_limits<int64_t>::min()))); in HWTEST_F_L0()
653 auto x = b.Arguments(1); in HWTEST_F_L0()
654 auto const_0 = b.Int32(0); in HWTEST_F_L0()
655 auto result = b.Int32Div(const_0, x); in HWTEST_F_L0()
662 auto x = b.Arguments(1); in HWTEST_F_L0()
663 auto const_0 = b.Int32(0); in HWTEST_F_L0()
664 auto result = b.Int32Div(x, const_0); in HWTEST_F_L0()
670 auto x = b.Arguments(1); in HWTEST_F_L0()
671 auto const_1 = b.Int32(1); in HWTEST_F_L0()
672 auto result = b.Int32Div(x, const_1); in HWTEST_F_L0()
678 auto const_4 = b.Int32(4); in HWTEST_F_L0()
679 auto const_2 = b.Int32(2); in HWTEST_F_L0()
680 auto result = instcombie.VisitGate(b.Int32Div(const_4, const_2)); in HWTEST_F_L0()
688 auto x = b.Arguments(2); in HWTEST_F_L0()
689 auto result = instcombie.VisitGate(b.Int32Div(x, b.Int32(-1))); in HWTEST_F_L0()
700 auto x = b.Arguments(2); in HWTEST_F_L0()
701 auto result = instcombie.VisitGate(b.Int32Div(x, b.Int32(-5))); in HWTEST_F_L0()
730 auto x = b.Arguments(1); in HWTEST_F_L0()
731 auto nan = b.NanValue(); in HWTEST_F_L0()
732 auto zero = b.Double(0); in HWTEST_F_L0()
746 auto x = b.Arguments(1); in HWTEST_F_L0()
747 auto nan = b.NanValue(); in HWTEST_F_L0()
756 auto value1 = b.Double(10.1); in HWTEST_F_L0()
757 auto value2 = b.Double(5.2); in HWTEST_F_L0()
758 auto result = instcombie.VisitGate(b.DoubleAdd(value1, value2)); in HWTEST_F_L0()
777 auto x = b.Arguments(1); in HWTEST_F_L0()
778 auto neg_one = b.Double(-1); in HWTEST_F_L0()
779 auto result = instcombie.VisitGate(b.DoubleMul(x, neg_one)); in HWTEST_F_L0()
790 auto x = b.Arguments(1); in HWTEST_F_L0()
791 auto two = b.Double(2.0); in HWTEST_F_L0()
792 auto result = instcombie.VisitGate(b.DoubleMul(x, two)); in HWTEST_F_L0()
813 auto x = b.Arguments(1); in HWTEST_F_L0()
814 auto zero = b.Int32(0); in HWTEST_F_L0()
815 auto one = b.Int32(1); in HWTEST_F_L0()
816 auto neg_one = b.Int32(-1); in HWTEST_F_L0()
817 auto four = b.Int32(4); in HWTEST_F_L0()
818 auto two = b.Int32(2); in HWTEST_F_L0()
851 auto add_overflow = b.AddWithOverflow(b.Int32(2147483647), b.Int32(1)); in HWTEST_F_L0()
852auto add_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, add_overflow, b.Int32(0)); in HWTEST_F_L0()
853auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, add_overflow, b.Int32(1)); in HWTEST_F_L0()
860 auto add_overflow = b.AddWithOverflow(b.Int32(2147483646), b.Int32(1)); in HWTEST_F_L0()
861auto add_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, add_overflow, b.Int32(0)); in HWTEST_F_L0()
862auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, add_overflow, b.Int32(1)); in HWTEST_F_L0()
871 auto x = b.Arguments(1); in HWTEST_F_L0()
872 auto add_overflow = b.AddWithOverflow(x, b.Int32(0)); in HWTEST_F_L0()
873auto add_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, add_overflow, b.Int32(0)); in HWTEST_F_L0()
874auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, add_overflow, b.Int32(1)); in HWTEST_F_L0()
896 auto sub_overflow = b.SubWithOverflow(b.Int32(-2147483648), b.Int32(1)); in HWTEST_F_L0()
897auto sub_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, sub_overflow, b.Int32(0)); in HWTEST_F_L0()
898auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, sub_overflow, b.Int32(1)); in HWTEST_F_L0()
905 auto sub_overflow = b.SubWithOverflow(b.Int32(2147483647), b.Int32(1)); in HWTEST_F_L0()
906auto sub_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, sub_overflow, b.Int32(0)); in HWTEST_F_L0()
907auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, sub_overflow, b.Int32(1)); in HWTEST_F_L0()
915 auto x = b.Arguments(1); in HWTEST_F_L0()
916 auto sub_overflow = b.SubWithOverflow(x, b.Int32(0)); in HWTEST_F_L0()
917auto sub_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, sub_overflow, b.Int32(0)); in HWTEST_F_L0()
918auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, sub_overflow, b.Int32(1)); in HWTEST_F_L0()
940 auto mul_overflow = b.MulWithOverflow(b.Int32(2147483647), b.Int32(2)); in HWTEST_F_L0()
941auto mul_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, mul_overflow, b.Int32(0)); in HWTEST_F_L0()
942auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, mul_overflow, b.Int32(1)); in HWTEST_F_L0()
950 auto mul_overflow = b.MulWithOverflow(b.Int32(1000), b.Int32(2)); in HWTEST_F_L0()
951auto mul_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, mul_overflow, b.Int32(0)); in HWTEST_F_L0()
952auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, mul_overflow, b.Int32(1)); in HWTEST_F_L0()
960 auto x = b.Arguments(1); in HWTEST_F_L0()
961 auto mul_overflow = b.MulWithOverflow(x, b.Int32(1)); in HWTEST_F_L0()
962auto mul_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, mul_overflow, b.Int32(0)); in HWTEST_F_L0()
963auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, mul_overflow, b.Int32(1)); in HWTEST_F_L0()
971 auto x = b.Arguments(1); in HWTEST_F_L0()
972 auto mul_overflow = b.MulWithOverflow(x, b.Int32(0)); in HWTEST_F_L0()
973auto mul_result = b.ExtractValue(ecmascript::kungfu::MachineType::I32, mul_overflow, b.Int32(0)); in HWTEST_F_L0()
974auto is_over = b.ExtractValue(ecmascript::kungfu::MachineType::I1, mul_overflow, b.Int32(1)); in HWTEST_F_L0()
993 auto x = b.Arguments(1); 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()
996 auto Icmp = b.Equal(x, zero); in HWTEST_F_L0()
997 auto one = b.Int64(1); in HWTEST_F_L0()
998 auto two = b.Int64(2); in HWTEST_F_L0()
1005 auto result = instcombie.VisitGate(b.Int64And(b.Int64And(x, one), two)); in HWTEST_F_L0()
1014 auto x = b.Arguments(2); in HWTEST_F_L0()
1015 auto zero = b.Int32(0); in HWTEST_F_L0()
1016 auto neg_one = b.Int32(-1); in HWTEST_F_L0()
1017 auto Icmp = b.Equal(x, zero); in HWTEST_F_L0()
1018 auto one = b.Int32(1); in HWTEST_F_L0()
1019 auto two = b.Int32(2); in HWTEST_F_L0()
1026 auto result = instcombie.VisitGate(b.Int32And(b.Int32And(x, one), two)); in HWTEST_F_L0()
1048 auto x = b.Arguments(1); 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()
1059 auto result = instcombie.VisitGate( in HWTEST_F_L0()
1069 auto x = b.Arguments(1); in HWTEST_F_L0()
1070 auto zero = b.Int32(0); in HWTEST_F_L0()
1071 auto neg_one = b.Int32(-1); in HWTEST_F_L0()
1072 auto one = b.Int32(1); in HWTEST_F_L0()
1073 auto two = b.Int32(2); in HWTEST_F_L0()
1074 auto three = b.Int32(3); in HWTEST_F_L0()
1080auto result = instcombie.VisitGate(b.Int32Or(b.Int32And(x, b.Int32(-1431655765)), b.Int32(14316557… in HWTEST_F_L0()
1102 auto x = b.Arguments(1); 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()
1116 auto x = b.Arguments(1); in HWTEST_F_L0()
1117 auto zero = b.Int32(0); in HWTEST_F_L0()
1118 auto neg_one = b.Int32(-1); in HWTEST_F_L0()
1119 auto one = b.Int32(1); in HWTEST_F_L0()
1120 auto two = b.Int32(2); in HWTEST_F_L0()
1121 auto three = b.Int32(3); in HWTEST_F_L0()
1144 auto x = b.Arguments(1); in HWTEST_F_L0()
1145 auto zero = b.Int64(0); in HWTEST_F_L0()
1146 auto two = b.Int64(2); in HWTEST_F_L0()
1155 auto x = b.Arguments(1); in HWTEST_F_L0()
1156 auto zero = b.Int32(0); in HWTEST_F_L0()
1157 auto two = b.Int32(2); in HWTEST_F_L0()
1181 auto x = b.Arguments(1); in HWTEST_F_L0()
1182 auto zero = b.Int64(0); in HWTEST_F_L0()
1183 auto two = b.Int64(2); in HWTEST_F_L0()
1192 auto x = b.Arguments(1); in HWTEST_F_L0()
1193 auto zero = b.Int32(0); in HWTEST_F_L0()
1194 auto two = b.Int32(2); in HWTEST_F_L0()
1217 auto x = b.Arguments(1); in HWTEST_F_L0()
1218 auto zero = b.Int64(0); in HWTEST_F_L0()
1219 auto two = b.Int64(2); in HWTEST_F_L0()
1226 auto x = b.Arguments(1); in HWTEST_F_L0()
1227 auto zero = b.Int32(0); in HWTEST_F_L0()
1228 auto two = b.Int32(2); in HWTEST_F_L0()
1251 auto x = b.Arguments(1); in HWTEST_F_L0()
1252 auto constant1 = b.Int64(5); in HWTEST_F_L0()
1253 auto constant2 = b.Int64(10); in HWTEST_F_L0()
1254 auto result = instcombie.VisitGate(b.Equal(b.Int64Or(x, constant1), constant2)); in HWTEST_F_L0()
1260 auto x = b.Arguments(1); in HWTEST_F_L0()
1261 auto constant1 = b.Int64(5); in HWTEST_F_L0()
1262 auto constant2 = b.Int64(10); in HWTEST_F_L0()
1263auto result = instcombie.VisitGate(b.Equal(b.Int64ToTaggedPtr(b.Int64Or(x, constant1)), constant2)… in HWTEST_F_L0()
1268 auto x = b.Arguments(1); 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()
1272auto result = instcombie.VisitGate(b.Equal(b.Int64And(b.Int64Or(x, constant1), constant2), zero)); in HWTEST_F_L0()
1290 auto x = b.Arguments(1); in HWTEST_F_L0()
1294 auto x = b.Arguments(2); in HWTEST_F_L0()
1298 auto x = b.Arguments(3); in HWTEST_F_L0()