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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 200 tree up_bound_p1; local
217 up_bound_p1 = NULL_TREE;
269 up_bound_p1 = int_const_binop (TRUNC_DIV_EXPR, maxbound, eltsize);
271 if (up_bound_p1 != NULL_TREE)
272 up_bound = int_const_binop (MINUS_EXPR, up_bound_p1,
279 up_bound_p1 = int_const_binop (PLUS_EXPR, up_bound,
289 if (up_bound && tree_int_cst_equal (low_bound, up_bound_p1))
324 ? !tree_int_cst_le (up_sub, up_bound_p1)
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 166 reference REF and record them into UP_BOUND and UP_BOUND_P1.
171 tree *up_bound, tree *up_bound_p1)
188 *up_bound_p1 = NULL_TREE;
240 *up_bound_p1 = int_const_binop (TRUNC_DIV_EXPR, maxbound, eltsize);
242 if (*up_bound_p1 != NULL_TREE)
243 *up_bound = int_const_binop (MINUS_EXPR, *up_bound_p1,
250 *up_bound_p1 = int_const_binop (PLUS_EXPR, *up_bound,
256 and UP_BOUND_P1, check whether the array reference REF is out of bound.
264 tree up_bound, tree up_bound_p1,
277 if (up_bound && tree_int_cst_equal (low_bound, up_bound_p1))
349 tree up_bound_p1 = NULL_TREE; local
    [all...]

Completed in 23 milliseconds