Searched refs:rhs_const (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.h66 tree rhs_const) const;
67 bool below_lower_bound (tree rhs_const) const;
68 bool above_upper_bound (tree rhs_const) const;
71 bool add_bound (enum tree_code op, tree rhs_const);
121 bounded_ranges (enum tree_code op, tree rhs_const);
133 tree rhs_const,
460 tree rhs_const) const;
H A Dconstraint-manager.cc59 compare_constants (tree lhs_const, enum tree_code op, tree rhs_const) argument
62 = fold_binary (op, boolean_type_node, lhs_const, rhs_const);
224 range::eval_condition (enum tree_code op, tree rhs_const) const
228 return compare_constants (single_element, op, rhs_const);
233 if (below_lower_bound (rhs_const))
235 if (above_upper_bound (rhs_const))
245 if (above_upper_bound (rhs_const))
247 if (below_lower_bound (rhs_const))
256 if (below_lower_bound (rhs_const))
258 if (above_upper_bound (rhs_const))
364 add_bound(enum tree_code op, tree rhs_const) argument
556 bounded_ranges(enum tree_code op, tree rhs_const) argument
731 eval_condition(enum tree_code op, tree rhs_const, bounded_ranges_manager *mgr) const argument
2021 tree rhs_const = rhs_id.get_obj (*this).m_constant; local
2290 tree rhs_const = rhs_ec.get_obj (*this).get_any_constant (); local
2527 tree rhs_const = rhs->maybe_get_constant (); local
[all...]
H A Dsvalue.cc855 tree rhs_const = rhs->get_constant (); local
858 gcc_assert (CONSTANT_CLASS_P (rhs_const));
861 if (types_compatible_p (TREE_TYPE (lhs_const), TREE_TYPE (rhs_const)))
864 = fold_binary (op, boolean_type_node, lhs_const, rhs_const);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc800 tree rhs_const = rhs_id.get_obj (*this).m_constant; local
830 && !rhs_const
862 && rhs_const)
866 bound (rhs_const,
1015 tree rhs_const = rhs_ec.get_obj (*this).get_any_constant (); local
1016 if (lhs_const && rhs_const)
1019 = fold_binary (op, boolean_type_node, lhs_const, rhs_const);
H A Dregion-model.cc702 tree rhs_const = rhs->get_constant (); local
705 gcc_assert (CONSTANT_CLASS_P (rhs_const));
708 if (types_compatible_p (TREE_TYPE (lhs_const), TREE_TYPE (rhs_const)))
711 = fold_binary (op, boolean_type_node, lhs_const, rhs_const);

Completed in 142 milliseconds