HomeSort by relevance Sort by last modified time
    Searched refs:Shl0 (Results 1 - 3 of 3) sorted by null

  /art/test/442-checker-constant-folding/src/
Main.java 332 // CHECK-START: int Main.Shl0(int) constant_folding (before)
338 // CHECK-START: int Main.Shl0(int) constant_folding (after)
344 public static int Shl0(int arg) {
427 assertIntEquals(Shl0(random), 0);
  /art/test/458-checker-instruction-simplification/src/
Main.java 209 // CHECK-START: int Main.Shl0(int) instruction_simplifier (before)
215 // CHECK-START: int Main.Shl0(int) instruction_simplifier (after)
219 // CHECK-START: int Main.Shl0(int) instruction_simplifier (after)
222 public static int Shl0(int arg) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 515 milliseconds