Lines Matching refs:uniform_integer_cst_p
11288 uniform_integer_cst_p (tree t) in uniform_integer_cst_p() function
15843 ASSERT_TRUE (uniform_integer_cst_p (i_0)); in test_predicates()
15844 ASSERT_TRUE (uniform_integer_cst_p (wr_i_0)); in test_predicates()
15845 ASSERT_TRUE (uniform_integer_cst_p (i_1)); in test_predicates()
15846 ASSERT_TRUE (uniform_integer_cst_p (wr_i_1)); in test_predicates()
15847 ASSERT_TRUE (uniform_integer_cst_p (i_m1)); in test_predicates()
15848 ASSERT_TRUE (uniform_integer_cst_p (wr_i_m1)); in test_predicates()
15849 ASSERT_FALSE (uniform_integer_cst_p (f_0)); in test_predicates()
15850 ASSERT_FALSE (uniform_integer_cst_p (wr_f_0)); in test_predicates()
15851 ASSERT_FALSE (uniform_integer_cst_p (f_1)); in test_predicates()
15852 ASSERT_FALSE (uniform_integer_cst_p (wr_f_1)); in test_predicates()
15853 ASSERT_FALSE (uniform_integer_cst_p (f_m1)); in test_predicates()
15854 ASSERT_FALSE (uniform_integer_cst_p (wr_f_m1)); in test_predicates()
15855 ASSERT_FALSE (uniform_integer_cst_p (c_i_0)); in test_predicates()
15856 ASSERT_FALSE (uniform_integer_cst_p (c_i_1)); in test_predicates()
15857 ASSERT_FALSE (uniform_integer_cst_p (c_i_m1)); in test_predicates()
15858 ASSERT_FALSE (uniform_integer_cst_p (c_f_0)); in test_predicates()
15859 ASSERT_FALSE (uniform_integer_cst_p (c_f_1)); in test_predicates()
15860 ASSERT_FALSE (uniform_integer_cst_p (c_f_m1)); in test_predicates()