Home
last modified time | relevance | path

Searched refs:ptr_step (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-data-ref.c1608 tree ptr_step = ssize_int (0), ptr_init = NULL_TREE; in object_analysis() local
1760 ptr_step = DR_STEP (ptr_dr); in object_analysis()
1762 if (!ptr_init || !ptr_step || !POINTER_TYPE_P (TREE_TYPE (ptr_init))) in object_analysis()
1774 if (integer_zerop (ptr_step) && !(*dr)) in object_analysis()
1785 object_step = size_binop (PLUS_EXPR, object_step, ptr_step); in object_analysis()