Searched refs:node_has_low_bound (Results 1 – 3 of 3) sorted by relevance
120 static int node_has_low_bound (case_node_ptr, tree);2825 node_has_low_bound (case_node_ptr node, tree index_type) in node_has_low_bound() function2918 return (node_has_low_bound (node, index_type) in node_is_bounded()3082 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()3208 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()3266 int low_bound = node_has_low_bound (node, index_type); in emit_case_nodes()
16586 (node_has_low_bound): Likewise, and correct type mismatch.
21687 node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.