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

/freebsd-11-stable/contrib/gcc/
H A Dexpr.c4582 tree hi_index = TREE_OPERAND (purpose, 1);
4584 if (host_integerp (lo_index, 1) && host_integerp (hi_index, 1))
4585 mult = (tree_low_cst (hi_index, 1)
5119 tree hi_index = TREE_OPERAND (index, 1);
5122 || ! host_integerp (hi_index, 1))
5128 this_node_count = (tree_low_cst (hi_index, 1)
5187 tree hi_index = TREE_OPERAND (index, 1);
5195 && host_integerp (hi_index, 0)
5197 hi = tree_low_cst (hi_index, 0),
5230 expand_normal (hi_index);
4569 tree hi_index = TREE_OPERAND (purpose, 1); local
5105 tree hi_index = TREE_OPERAND (index, 1); local
5173 tree hi_index = TREE_OPERAND (index, 1); local
[all...]
H A Dvarasm.c4293 HOST_WIDE_INT hi_index = tree_low_cst (TREE_OPERAND (index, 1), 0);
4297 for (index = lo_index; index <= hi_index; index++)
4267 HOST_WIDE_INT hi_index = tree_low_cst (TREE_OPERAND (index, 1), 0); local

Completed in 95 milliseconds