Lines Matching full:constant_folding
134 /// CHECK-START: int Main.IntNegation() constant_folding (before)
139 /// CHECK-START: int Main.IntNegation() constant_folding (after)
143 /// CHECK-START: int Main.IntNegation() constant_folding (after)
153 /// CHECK-START: long Main.LongNegation() constant_folding (before)
158 /// CHECK-START: long Main.LongNegation() constant_folding (after)
162 /// CHECK-START: long Main.LongNegation() constant_folding (after)
172 /// CHECK-START: float Main.FloatNegation() constant_folding (before)
177 /// CHECK-START: float Main.FloatNegation() constant_folding (after)
181 /// CHECK-START: float Main.FloatNegation() constant_folding (after)
191 /// CHECK-START: double Main.DoubleNegation() constant_folding (before)
196 /// CHECK-START: double Main.DoubleNegation() constant_folding (after)
200 /// CHECK-START: double Main.DoubleNegation() constant_folding (after)
215 /// CHECK-START: int Main.IntAddition1() constant_folding (before)
221 /// CHECK-START: int Main.IntAddition1() constant_folding (after)
225 /// CHECK-START: int Main.IntAddition1() constant_folding (after)
236 /// CHECK-START: int Main.IntAddition2() constant_folding (before)
244 /// CHECK-START: int Main.IntAddition2() constant_folding (after)
248 /// CHECK-START: int Main.IntAddition2() constant_folding (after)
263 /// CHECK-START: long Main.LongAddition() constant_folding (before)
269 /// CHECK-START: long Main.LongAddition() constant_folding (after)
273 /// CHECK-START: long Main.LongAddition() constant_folding (after)
284 /// CHECK-START: float Main.FloatAddition() constant_folding (before)
290 /// CHECK-START: float Main.FloatAddition() constant_folding (after)
294 /// CHECK-START: float Main.FloatAddition() constant_folding (after)
305 /// CHECK-START: double Main.DoubleAddition() constant_folding (before)
311 /// CHECK-START: double Main.DoubleAddition() constant_folding (after)
315 /// CHECK-START: double Main.DoubleAddition() constant_folding (after)
331 /// CHECK-START: int Main.IntSubtraction() constant_folding (before)
337 /// CHECK-START: int Main.IntSubtraction() constant_folding (after)
341 /// CHECK-START: int Main.IntSubtraction() constant_folding (after)
352 /// CHECK-START: long Main.LongSubtraction() constant_folding (before)
358 /// CHECK-START: long Main.LongSubtraction() constant_folding (after)
362 /// CHECK-START: long Main.LongSubtraction() constant_folding (after)
373 /// CHECK-START: float Main.FloatSubtraction() constant_folding (before)
379 /// CHECK-START: float Main.FloatSubtraction() constant_folding (after)
383 /// CHECK-START: float Main.FloatSubtraction() constant_folding (after)
394 /// CHECK-START: double Main.DoubleSubtraction() constant_folding (before)
400 /// CHECK-START: double Main.DoubleSubtraction() constant_folding (after)
404 /// CHECK-START: double Main.DoubleSubtraction() constant_folding (after)
420 /// CHECK-START: int Main.IntMultiplication() constant_folding (before)
426 /// CHECK-START: int Main.IntMultiplication() constant_folding (after)
430 /// CHECK-START: int Main.IntMultiplication() constant_folding (after)
441 /// CHECK-START: long Main.LongMultiplication() constant_folding (before)
447 /// CHECK-START: long Main.LongMultiplication() constant_folding (after)
451 /// CHECK-START: long Main.LongMultiplication() constant_folding (after)
462 /// CHECK-START: float Main.FloatMultiplication() constant_folding (before)
468 /// CHECK-START: float Main.FloatMultiplication() constant_folding (after)
472 /// CHECK-START: float Main.FloatMultiplication() constant_folding (after)
483 /// CHECK-START: double Main.DoubleMultiplication() constant_folding (before)
489 /// CHECK-START: double Main.DoubleMultiplication() constant_folding (after)
493 /// CHECK-START: double Main.DoubleMultiplication() constant_folding (after)
509 /// CHECK-START: int Main.IntDivision() constant_folding (before)
516 /// CHECK-START: int Main.IntDivision() constant_folding (after)
520 /// CHECK-START: int Main.IntDivision() constant_folding (after)
532 /// CHECK-START: long Main.LongDivision() constant_folding (before)
539 /// CHECK-START: long Main.LongDivision() constant_folding (after)
543 /// CHECK-START: long Main.LongDivision() constant_folding (after)
555 /// CHECK-START: float Main.FloatDivision() constant_folding (before)
561 /// CHECK-START: float Main.FloatDivision() constant_folding (after)
565 /// CHECK-START: float Main.FloatDivision() constant_folding (after)
576 /// CHECK-START: double Main.DoubleDivision() constant_folding (before)
582 /// CHECK-START: double Main.DoubleDivision() constant_folding (after)
586 /// CHECK-START: double Main.DoubleDivision() constant_folding (after)
602 /// CHECK-START: int Main.IntRemainder() constant_folding (before)
609 /// CHECK-START: int Main.IntRemainder() constant_folding (after)
613 /// CHECK-START: int Main.IntRemainder() constant_folding (after)
625 /// CHECK-START: long Main.LongRemainder() constant_folding (before)
632 /// CHECK-START: long Main.LongRemainder() constant_folding (after)
636 /// CHECK-START: long Main.LongRemainder() constant_folding (after)
648 /// CHECK-START: float Main.FloatRemainder() constant_folding (before)
654 /// CHECK-START: float Main.FloatRemainder() constant_folding (after)
658 /// CHECK-START: float Main.FloatRemainder() constant_folding (after)
669 /// CHECK-START: double Main.DoubleRemainder() constant_folding (before)
675 /// CHECK-START: double Main.DoubleRemainder() constant_folding (after)
679 /// CHECK-START: double Main.DoubleRemainder() constant_folding (after)
695 /// CHECK-START: int Main.ShlIntLong() constant_folding (before)
702 /// CHECK-START: int Main.ShlIntLong() constant_folding (after)
706 /// CHECK-START: int Main.ShlIntLong() constant_folding (after)
715 /// CHECK-START: long Main.ShlLongInt() constant_folding (before)
721 /// CHECK-START: long Main.ShlLongInt() constant_folding (after)
725 /// CHECK-START: long Main.ShlLongInt() constant_folding (after)
739 /// CHECK-START: int Main.ShrIntLong() constant_folding (before)
746 /// CHECK-START: int Main.ShrIntLong() constant_folding (after)
750 /// CHECK-START: int Main.ShrIntLong() constant_folding (after)
759 /// CHECK-START: long Main.ShrLongInt() constant_folding (before)
765 /// CHECK-START: long Main.ShrLongInt() constant_folding (after)
769 /// CHECK-START: long Main.ShrLongInt() constant_folding (after)
783 /// CHECK-START: int Main.UShrIntLong() constant_folding (before)
790 /// CHECK-START: int Main.UShrIntLong() constant_folding (after)
794 /// CHECK-START: int Main.UShrIntLong() constant_folding (after)
803 /// CHECK-START: long Main.UShrLongInt() constant_folding (before)
809 /// CHECK-START: long Main.UShrLongInt() constant_folding (after)
813 /// CHECK-START: long Main.UShrLongInt() constant_folding (after)
827 /// CHECK-START: long Main.AndIntLong() constant_folding (before)
834 /// CHECK-START: long Main.AndIntLong() constant_folding (after)
838 /// CHECK-START: long Main.AndIntLong() constant_folding (after)
847 /// CHECK-START: long Main.AndLongInt() constant_folding (before)
854 /// CHECK-START: long Main.AndLongInt() constant_folding (after)
858 /// CHECK-START: long Main.AndLongInt() constant_folding (after)
872 /// CHECK-START: long Main.OrIntLong() constant_folding (before)
879 /// CHECK-START: long Main.OrIntLong() constant_folding (after)
883 /// CHECK-START: long Main.OrIntLong() constant_folding (after)
892 /// CHECK-START: long Main.OrLongInt() constant_folding (before)
899 /// CHECK-START: long Main.OrLongInt() constant_folding (after)
903 /// CHECK-START: long Main.OrLongInt() constant_folding (after)
917 /// CHECK-START: long Main.XorIntLong() constant_folding (before)
924 /// CHECK-START: long Main.XorIntLong() constant_folding (after)
928 /// CHECK-START: long Main.XorIntLong() constant_folding (after)
937 /// CHECK-START: long Main.XorLongInt() constant_folding (before)
944 /// CHECK-START: long Main.XorLongInt() constant_folding (after)
948 /// CHECK-START: long Main.XorLongInt() constant_folding (after)
962 /// CHECK-START: int Main.StaticCondition() constant_folding (before)
968 /// CHECK-START: int Main.StaticCondition() constant_folding (after)
972 /// CHECK-START: int Main.StaticCondition() constant_folding (after)
991 /// CHECK-START: int Main.StaticConditionNulls() constant_folding$after_inlining (before)
996 /// CHECK-START: int Main.StaticConditionNulls() constant_folding$after_inlining (after)
1000 /// CHECK-START: int Main.StaticConditionNulls() constant_folding$after_inlining (after)
1023 /// CHECK-START: int Main.JumpsAndConditionals(boolean) constant_folding (before)
1031 /// CHECK-START: int Main.JumpsAndConditionals(boolean) constant_folding (after)
1037 /// CHECK-START: int Main.JumpsAndConditionals(boolean) constant_folding (after)
1057 /// CHECK-START: int Main.And0(int) constant_folding (before)
1063 /// CHECK-START: int Main.And0(int) constant_folding (after)
1068 /// CHECK-START: int Main.And0(int) constant_folding (after)
1075 /// CHECK-START: long Main.Mul0(long) constant_folding (before)
1081 /// CHECK-START: long Main.Mul0(long) constant_folding (after)
1086 /// CHECK-START: long Main.Mul0(long) constant_folding (after)
1093 /// CHECK-START: int Main.OrAllOnes(int) constant_folding (before)
1099 /// CHECK-START: int Main.OrAllOnes(int) constant_folding (after)
1103 /// CHECK-START: int Main.OrAllOnes(int) constant_folding (after)
1110 /// CHECK-START: long Main.Rem0(long) constant_folding (before)
1117 /// CHECK-START: long Main.Rem0(long) constant_folding (after)
1121 /// CHECK-START: long Main.Rem0(long) constant_folding (after)
1128 /// CHECK-START: int Main.Rem1(int) constant_folding (before)
1134 /// CHECK-START: int Main.Rem1(int) constant_folding (after)
1138 /// CHECK-START: int Main.Rem1(int) constant_folding (after)
1145 /// CHECK-START: long Main.RemN1(long) constant_folding (before)
1152 /// CHECK-START: long Main.RemN1(long) constant_folding (after)
1156 /// CHECK-START: long Main.RemN1(long) constant_folding (after)
1163 /// CHECK-START: int Main.Shl0(int) constant_folding (before)
1169 /// CHECK-START: int Main.Shl0(int) constant_folding (after)
1174 /// CHECK-START: int Main.Shl0(int) constant_folding (after)
1181 /// CHECK-START: long Main.ShlLong0WithInt(int) constant_folding (before)
1187 /// CHECK-START: long Main.ShlLong0WithInt(int) constant_folding (after)
1192 /// CHECK-START: long Main.ShlLong0WithInt(int) constant_folding (after)
1200 /// CHECK-START: long Main.Shr0(int) constant_folding (before)
1206 /// CHECK-START: long Main.Shr0(int) constant_folding (after)
1211 /// CHECK-START: long Main.Shr0(int) constant_folding (after)
1218 /// CHECK-START: long Main.SubSameLong(long) constant_folding (before)
1223 /// CHECK-START: long Main.SubSameLong(long) constant_folding (after)
1228 /// CHECK-START: long Main.SubSameLong(long) constant_folding (after)
1235 /// CHECK-START: int Main.UShr0(int) constant_folding (before)
1241 /// CHECK-START: int Main.UShr0(int) constant_folding (after)
1246 /// CHECK-START: int Main.UShr0(int) constant_folding (after)
1253 /// CHECK-START: int Main.XorSameInt(int) constant_folding (before)
1258 /// CHECK-START: int Main.XorSameInt(int) constant_folding (after)
1263 /// CHECK-START: int Main.XorSameInt(int) constant_folding (after)
1270 /// CHECK-START: boolean Main.CmpFloatGreaterThanNaN(float) constant_folding (before)
1279 /// CHECK-START: boolean Main.CmpFloatGreaterThanNaN(float) constant_folding (after)
1286 /// CHECK-START: boolean Main.CmpFloatGreaterThanNaN(float) constant_folding (after)
1294 /// CHECK-START: boolean Main.CmpDoubleLessThanNaN(double) constant_folding (before)
1303 /// CHECK-START: boolean Main.CmpDoubleLessThanNaN(double) constant_folding (after)
1310 /// CHECK-START: boolean Main.CmpDoubleLessThanNaN(double) constant_folding (after)
1323 /// CHECK-START: int Main.ReturnInt33() constant_folding (before)
1328 /// CHECK-START: int Main.ReturnInt33() constant_folding (after)
1332 /// CHECK-START: int Main.ReturnInt33() constant_folding (after)
1340 /// CHECK-START: int Main.ReturnIntMax() constant_folding (before)
1345 /// CHECK-START: int Main.ReturnIntMax() constant_folding (after)
1349 /// CHECK-START: int Main.ReturnIntMax() constant_folding (after)
1357 /// CHECK-START: int Main.ReturnInt0() constant_folding (before)
1362 /// CHECK-START: int Main.ReturnInt0() constant_folding (after)
1366 /// CHECK-START: int Main.ReturnInt0() constant_folding (after)
1374 /// CHECK-START: long Main.ReturnLong33() constant_folding (before)
1379 /// CHECK-START: long Main.ReturnLong33() constant_folding (after)
1383 /// CHECK-START: long Main.ReturnLong33() constant_folding (after)
1391 /// CHECK-START: long Main.ReturnLong34() constant_folding (before)
1396 /// CHECK-START: long Main.ReturnLong34() constant_folding (after)
1400 /// CHECK-START: long Main.ReturnLong34() constant_folding (after)
1408 /// CHECK-START: long Main.ReturnLong0() constant_folding (before)
1413 /// CHECK-START: long Main.ReturnLong0() constant_folding (after)
1417 /// CHECK-START: long Main.ReturnLong0() constant_folding (after)
1425 /// CHECK-START: float Main.ReturnFloat33() constant_folding (before)
1430 /// CHECK-START: float Main.ReturnFloat33() constant_folding (after)
1434 /// CHECK-START: float Main.ReturnFloat33() constant_folding (after)
1442 /// CHECK-START: float Main.ReturnFloat34() constant_folding (before)
1447 /// CHECK-START: float Main.ReturnFloat34() constant_folding (after)
1451 /// CHECK-START: float Main.ReturnFloat34() constant_folding (after)
1459 /// CHECK-START: float Main.ReturnFloat99P25() constant_folding (before)
1464 /// CHECK-START: float Main.ReturnFloat99P25() constant_folding (after)
1468 /// CHECK-START: float Main.ReturnFloat99P25() constant_folding (after)
1476 /// CHECK-START: double Main.ReturnDouble33() constant_folding (before)
1481 /// CHECK-START: double Main.ReturnDouble33() constant_folding (after)
1490 /// CHECK-START: double Main.ReturnDouble34() constant_folding (before)
1495 /// CHECK-START: double Main.ReturnDouble34() constant_folding (after)
1499 /// CHECK-START: double Main.ReturnDouble34() constant_folding (after)
1507 /// CHECK-START: double Main.ReturnDouble99P25() constant_folding (before)
1512 /// CHECK-START: double Main.ReturnDouble99P25() constant_folding (after)
1516 /// CHECK-START: double Main.ReturnDouble99P25() constant_folding (after)