Home | History | Annotate | Download | only in gcc

Lines Matching defs:min1

2194   tree min1 = CHREC_LEFT (access1);
2196 if (!types_compatible_p (TREE_TYPE (min1), TREE_TYPE (min2)))
2241 [min1 + low_offset1, min1 + high_offset1 + idx_access1 - 1]
2254 min1 + low_offset1 <= min2 + high_offset2 + idx_access2 - 1
2255 && min2 + low_offset2 <= min1 + high_offset1 + idx_access1 - 1
2259 0 <= min2 - min1 + bias <= limit
2285 access of DR_A. In other words, we need to move min1 along by
2288 min1' = min1 + idx_step
2292 [min1' + low_offset1', min1' + high_offset1' + idx_access1 - 1]
2309 tree utype = unsigned_type_for (TREE_TYPE (min1));
2316 /* Equivalent to adding IDX_STEP to MIN1. */
2322 fold_convert (utype, min1));