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

/art/test/458-checker-instruction-simplification/src/
H A DMain.java954 /// CHECK-START: long Main.SubNeg3(long, long) instruction_simplifier (before)
965 /// CHECK-START: long Main.SubNeg3(long, long) instruction_simplifier (after)
977 public static long SubNeg3(long arg1, long arg2) { method in class:Main
1711 assertLongEquals(SubNeg3(arg, arg + 1), -(2 * arg + 1));

Completed in 73 milliseconds