Home | History | Annotate | Download | only in src

Lines Matching full:divn1

278   /// CHECK-START: int Main.DivN1(int) instruction_simplifier (before)
284 /// CHECK-START: int Main.DivN1(int) instruction_simplifier (after)
289 /// CHECK-START: int Main.DivN1(int) instruction_simplifier (after)
292 public static int DivN1(int arg) {
1683 assertIntEquals(DivN1(arg), -arg);