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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 3221 tree rshift_input = vect_look_through_possible_promotion local
3223 if (!rshift_input
3224 || TYPE_PRECISION (TREE_TYPE (rshift_input))
3230 = vect_get_internal_def (vinfo, rshift_input);
3259 != TYPE_PRECISION (TREE_TYPE (rshift_input)))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 2112 tree rshift_input = vect_look_through_possible_promotion local
2114 if (!rshift_input
2115 || TYPE_PRECISION (TREE_TYPE (rshift_input))
2121 = vect_get_internal_def (vinfo, rshift_input);
2150 != TYPE_PRECISION (TREE_TYPE (rshift_input)))

Completed in 20 milliseconds