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

  /src/external/gpl3/gcc/dist/gcc/
vec-perm-indices.h 122 element_type limit = input_nelts (), elem_within_input; local
124 if (!can_div_trunc_p (elt, limit, &input, &elem_within_input))
129 if (known_lt (elem_within_input, 0))
130 return elem_within_input + limit;
132 return elem_within_input;
  /src/external/gpl3/gcc.old/dist/gcc/
vec-perm-indices.h 122 element_type limit = input_nelts (), elem_within_input; local
124 if (!can_div_trunc_p (elt, limit, &input, &elem_within_input))
129 if (known_lt (elem_within_input, 0))
130 return elem_within_input + limit;
132 return elem_within_input;

Completed in 17 milliseconds