Searched refs:lo_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dexpr.c4581 tree lo_index = TREE_OPERAND (purpose, 0);
4584 if (host_integerp (lo_index, 1) && host_integerp (hi_index, 1))
4586 - tree_low_cst (lo_index, 1) + 1);
5118 tree lo_index = TREE_OPERAND (index, 0);
5121 if (! host_integerp (lo_index, 1)
5129 - tree_low_cst (lo_index, 1) + 1);
5186 tree lo_index = TREE_OPERAND (index, 0);
5194 && host_integerp (lo_index, 0)
5196 && (lo = tree_low_cst (lo_index, 0),
5239 store_expr (lo_index, index_
4568 tree lo_index = TREE_OPERAND (purpose, 0); local
5104 tree lo_index = TREE_OPERAND (index, 0); local
5172 tree lo_index = TREE_OPERAND (index, 0); local
[all...]
H A Dvarasm.c4292 HOST_WIDE_INT lo_index = tree_low_cst (TREE_OPERAND (index, 0), 0);
4297 for (index = lo_index; index <= hi_index; index++)
4266 HOST_WIDE_INT lo_index = tree_low_cst (TREE_OPERAND (index, 0), 0); local

Completed in 143 milliseconds