Searched refs:lhs_const (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
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);
2020 tree lhs_const = lhs_id.get_obj (*this).m_constant; local
2050 if (lhs_const
2054 range r (bound (lhs_const, c_op == CONSTRAINT_LE),
2082 && !lhs_const
2289 tree lhs_const = lhs_ec.get_obj (*this).get_any_constant (); local
2291 if (lhs_const && rhs_const)
2294 = compare_constants (lhs_const, op, rhs_const);
2398 if (tree lhs_const
2526 tree lhs_const = lhs->maybe_get_constant (); local
[all...]
H A Dsvalue.cc854 tree lhs_const = lhs->get_constant (); local
857 gcc_assert (CONSTANT_CLASS_P (lhs_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.cc799 tree lhs_const = lhs_id.get_obj (*this).m_constant; local
829 if (lhs_const
833 range r (bound (lhs_const, c_op == CONSTRAINT_LE),
861 && !lhs_const
1014 tree lhs_const = lhs_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.cc701 tree lhs_const = lhs->get_constant (); local
704 gcc_assert (CONSTANT_CLASS_P (lhs_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 175 milliseconds