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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 4873 tree intermediate_type, cvt_type = NULL_TREE; local
5221 interm_types.iterate (i, &intermediate_type); i--)
5224 intermediate_type);
12002 tree prev_type, intermediate_type; local
12187 intermediate_type
12190 intermediate_type
12194 if (VECTOR_BOOLEAN_TYPE_P (intermediate_type)
12206 optab3 = optab_for_tree_code (c1, intermediate_type, optab_default);
12207 optab4 = optab_for_tree_code (c2, intermediate_type, optab_default);
12221 interm_types->quick_push (intermediate_type);
12275 tree intermediate_type, prev_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 13453 tree signed_type, unsigned_type, intermediate_type;
13493 intermediate_type = ops_unsigned ? unsigned_type : signed_type;
13494 inner = fold_convert_loc (loc, intermediate_type, inner);
13430 tree signed_type, unsigned_type, intermediate_type; local

Completed in 64 milliseconds