Searched refs:uniform_integer_cst_p (Results 1 – 10 of 10) sorted by relevance
247 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()281 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()317 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()
3040 if ((cst = uniform_integer_cst_p (cst)) != NULL_TREE) in aarch64_general_gimple_fold_builtin()
10410 uniform_integer_cst_p (tree t) in uniform_integer_cst_p() function10444 bool uniform = uniform_integer_cst_p (t); in bitmask_inv_cst_vector_p()15340 ASSERT_TRUE (uniform_integer_cst_p (i_0)); in test_predicates()15341 ASSERT_TRUE (uniform_integer_cst_p (wr_i_0)); in test_predicates()15342 ASSERT_TRUE (uniform_integer_cst_p (i_1)); in test_predicates()15343 ASSERT_TRUE (uniform_integer_cst_p (wr_i_1)); in test_predicates()15344 ASSERT_TRUE (uniform_integer_cst_p (i_m1)); in test_predicates()15345 ASSERT_TRUE (uniform_integer_cst_p (wr_i_m1)); in test_predicates()15346 ASSERT_FALSE (uniform_integer_cst_p (f_0)); in test_predicates()15347 ASSERT_FALSE (uniform_integer_cst_p (wr_f_0)); in test_predicates()[all …]
38 uniform_integer_cst_p910 (shift @0 uniform_integer_cst_p@1)917 && wi::ges_p (wi::to_wide (uniform_integer_cst_p (@1)),973 && (cst = uniform_integer_cst_p (@1)) != NULL4640 (cmp @0 uniform_integer_cst_p@1)4641 (with { tree cst = uniform_integer_cst_p (@1); }4650 (cmp @0 uniform_integer_cst_p@1)4651 (with { tree cst = uniform_integer_cst_p (@1); }5675 (cmp (convert?@2 @0) uniform_integer_cst_p@1)5682 tree cst = uniform_integer_cst_p (@1);
4901 extern tree uniform_integer_cst_p (tree);
485 (uniform_integer_cst_p): Look through location wrappers.2312 * tree.h (build_uniform_cst, uniform_integer_cst_p): Declare.2313 * tree.c (build_uniform_cst, uniform_integer_cst_p): New functions.2314 * match.pd (define_predicates): Add uniform_integer_cst_p.
11288 uniform_integer_cst_p (tree t) in uniform_integer_cst_p() function15843 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()[all …]
38 uniform_integer_cst_p3587 (cmp @0 uniform_integer_cst_p@1)3588 (with { tree cst = uniform_integer_cst_p (@1); }3597 (cmp @0 uniform_integer_cst_p@1)3598 (with { tree cst = uniform_integer_cst_p (@1); }4573 (cmp (convert?@2 @0) uniform_integer_cst_p@1)4580 tree cst = uniform_integer_cst_p (@1);
4728 extern tree uniform_integer_cst_p (tree);