Searched refs:constant_is_nonzero (Results 1 – 3 of 3) sorted by relevance
583 set_reached(constant_is_nonzero(tn)); in stmt_if_expr()765 cstmt->c_maybe_endless = constant_is_nonzero(tn); in stmt_do_while_expr()
664 constant_is_nonzero(const tnode_t *tn) in constant_is_nonzero() function
1816 bool l = constant_is_nonzero(tn->u.ops.left); in fold_constant_compare_zero()1817 bool r = is_binary(tn) && constant_is_nonzero(tn->u.ops.right); in fold_constant_compare_zero()