Lines Matching refs:zerop
2536 zerop (const_tree expr) in zerop() function
15783 ASSERT_TRUE (zerop (i_0)); in test_predicates()
15784 ASSERT_TRUE (zerop (wr_i_0)); in test_predicates()
15785 ASSERT_FALSE (zerop (i_1)); in test_predicates()
15786 ASSERT_FALSE (zerop (wr_i_1)); in test_predicates()
15787 ASSERT_FALSE (zerop (i_m1)); in test_predicates()
15788 ASSERT_FALSE (zerop (wr_i_m1)); in test_predicates()
15789 ASSERT_TRUE (zerop (f_0)); in test_predicates()
15790 ASSERT_TRUE (zerop (wr_f_0)); in test_predicates()
15791 ASSERT_FALSE (zerop (f_1)); in test_predicates()
15792 ASSERT_FALSE (zerop (wr_f_1)); in test_predicates()
15793 ASSERT_FALSE (zerop (f_m1)); in test_predicates()
15794 ASSERT_FALSE (zerop (wr_f_m1)); in test_predicates()
15795 ASSERT_TRUE (zerop (c_i_0)); in test_predicates()
15796 ASSERT_FALSE (zerop (c_i_1)); in test_predicates()
15797 ASSERT_FALSE (zerop (c_i_m1)); in test_predicates()
15798 ASSERT_TRUE (zerop (c_f_0)); in test_predicates()
15799 ASSERT_FALSE (zerop (c_f_1)); in test_predicates()
15800 ASSERT_FALSE (zerop (c_f_m1)); in test_predicates()