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

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 5576 HOST_WIDE_INT lo_index
5585 for (index = lo_index; index <= hi_index; index++)
5551 HOST_WIDE_INT lo_index local
expr.cc 7122 tree lo_index = TREE_OPERAND (purpose, 0);
7125 if (tree_fits_uhwi_p (lo_index) && tree_fits_uhwi_p (hi_index))
7127 - tree_to_uhwi (lo_index) + 1);
7634 tree lo_index = TREE_OPERAND (index, 0);
7637 if (! tree_fits_uhwi_p (lo_index)
7645 - tree_to_uhwi (lo_index) + 1);
7699 tree lo_index = TREE_OPERAND (index, 0);
7707 && tree_fits_shwi_p (lo_index)
7709 && (lo = tree_to_shwi (lo_index),
7750 store_expr (lo_index, index_r, 0, false, reverse)
7109 tree lo_index = TREE_OPERAND (purpose, 0); local
7620 tree lo_index = TREE_OPERAND (index, 0); local
7685 tree lo_index = TREE_OPERAND (index, 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 5475 HOST_WIDE_INT lo_index
5484 for (index = lo_index; index <= hi_index; index++)
5450 HOST_WIDE_INT lo_index local
expr.cc 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)
6444 tree lo_index = TREE_OPERAND (purpose, 0); local
6936 tree lo_index = TREE_OPERAND (index, 0); local
7001 tree lo_index = TREE_OPERAND (index, 0); local
    [all...]

Completed in 29 milliseconds