HomeSort by: relevance | last modified time | path
    Searched defs:this_pre_shift (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 638 int this_pre_shift; local
645 this_pre_shift = floor_log2 (d2 & -d2);
646 if (pre_shift == -1 || this_pre_shift < pre_shift)
647 pre_shift = this_pre_shift;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 675 int this_pre_shift; local
682 this_pre_shift = floor_log2 (d2 & -d2);
683 if (pre_shift == -1 || this_pre_shift < pre_shift)
684 pre_shift = this_pre_shift;

Completed in 15 milliseconds