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

  /src/external/gpl3/gcc/dist/gcc/
gimple-expr.cc 202 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); local
213 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST)
214 outer_max = NULL_TREE;
222 if (outer_max
224 || !tree_int_cst_equal (inner_max, outer_max)))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-expr.cc 195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST)
207 outer_max = NULL_TREE;
215 if (outer_max
217 || !tree_int_cst_equal (inner_max, outer_max)))

Completed in 17 milliseconds