Home | History | Annotate | Download | only in src

Lines Matching full:divn1

104   // CHECK-START: int Main.DivN1(int) instruction_simplifier (before)
110 // CHECK-START: int Main.DivN1(int) instruction_simplifier (after)
115 // CHECK-START: int Main.DivN1(int) instruction_simplifier (after)
118 public static int DivN1(int arg) {
1039 assertIntEquals(DivN1(arg), -arg);