Home | History | Annotate | Download | only in gcc

Lines Matching defs:lo_index

6457 	  tree lo_index = TREE_OPERAND (purpose, 0);
6460 if (tree_fits_uhwi_p (lo_index) && tree_fits_uhwi_p (hi_index))
6462 - tree_to_uhwi (lo_index) + 1);
6950 tree lo_index = TREE_OPERAND (index, 0);
6953 if (! tree_fits_uhwi_p (lo_index)
6961 - tree_to_uhwi (lo_index) + 1);
7015 tree lo_index = TREE_OPERAND (index, 0);
7023 && tree_fits_shwi_p (lo_index)
7025 && (lo = tree_to_shwi (lo_index),
7066 store_expr (lo_index, index_r, 0, false, reverse);