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

  /external/llvm/test/Transforms/InstCombine/
udiv_select_to_select_shift.ll 12 %quotient1 = udiv i64 %X, %divisor1
15 %sum = add i64 %quotient1, %quotient2
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
udiv_select_to_select_shift.ll 12 %quotient1 = udiv i64 %X, %divisor1
15 %sum = add i64 %quotient1, %quotient2
  /art/compiler/optimizing/
code_generator_utils.cc 62 uint64_t quotient1 = exp / abs_nc; local
74 quotient1 = 2 * quotient1;
77 quotient1++;
87 } while (quotient1 < delta || (quotient1 == delta && remainder1 == 0));

Completed in 884 milliseconds