Searched refs:integer_all_onesp (Results 1 – 18 of 18) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | tree-ssa-loop-niter.c | 437 || (iv1->step && integer_all_onesp (iv1->step) in number_of_iterations_lt() 1149 && (integer_onep (iv1.step) || integer_all_onesp (iv1.step))) in number_of_iterations_exit() 1151 && (integer_onep (iv0.step) || integer_all_onesp (iv0.step)))) in number_of_iterations_exit()
|
| D | tree-ssa-reassoc.c | 642 else if (integer_all_onesp (oelast->op)) in eliminate_using_constants() 654 if (integer_all_onesp (oelast->op)) in eliminate_using_constants()
|
| D | predict.c | 1122 || integer_all_onesp (TREE_OPERAND (cond, 1)) in tree_predict_by_opcode() 1133 || integer_all_onesp (TREE_OPERAND (cond, 1)) in tree_predict_by_opcode()
|
| D | builtins.c | 10164 if (host_integerp (len, 1) || integer_all_onesp (size)) in expand_builtin_memory_chk() 10168 if (! integer_all_onesp (size) && tree_int_cst_lt (size, len)) in expand_builtin_memory_chk() 10311 if (! host_integerp (size, 1) || integer_all_onesp (size)) in maybe_emit_chk_warning() 10356 if (! host_integerp (size, 1) || integer_all_onesp (size)) in maybe_emit_sprintf_chk_warning() 10495 if (! integer_all_onesp (size)) in fold_builtin_memory_chk() 10581 if (! integer_all_onesp (size)) in fold_builtin_stxcpy_chk() 10662 if (! integer_all_onesp (size)) in fold_builtin_strncpy_chk() 10712 if (! host_integerp (size, 1) || ! integer_all_onesp (size)) in fold_builtin_strcat_chk() 10753 if (! integer_all_onesp (size)) in fold_builtin_strncat_chk() 10859 if (! integer_all_onesp (size)) in fold_builtin_sprintf_chk() [all …]
|
| D | fold-const.c | 3598 if (! integer_zerop (tem) && ! integer_all_onesp (tem)) in optimize_bit_field_compare() 7843 && integer_all_onesp (TREE_OPERAND (arg0, 1))))) in fold_unary() 8984 && integer_all_onesp (arg0)) in fold_binary() 9139 if (integer_all_onesp (arg1)) in fold_binary() 9389 if (integer_all_onesp (arg1)) in fold_binary() 9509 if (integer_all_onesp (arg1)) in fold_binary() 9656 if (integer_all_onesp (arg1)) in fold_binary() 10222 if (integer_all_onesp (arg0)) in fold_binary() 10228 if (integer_all_onesp (arg0) && !TYPE_UNSIGNED (type)) in fold_binary()
|
| D | c-typeck.c | 7050 || integer_all_onesp (constructor_max_index))) in process_init_element() 8387 && !integer_all_onesp (op1))); in build_binary_op() 8414 && !integer_all_onesp (op1))); in build_binary_op()
|
| D | tree.c | 1301 integer_all_onesp (tree expr) in integer_all_onesp() function 1309 && integer_all_onesp (TREE_REALPART (expr)) in integer_all_onesp()
|
| D | tree.h | 4074 extern int integer_all_onesp (tree);
|
| D | expr.c | 9112 if (! unsignedp && integer_all_onesp (arg1)) in do_store_flag() 9118 if (! unsignedp && integer_all_onesp (arg1)) in do_store_flag()
|
| D | FSFChangeLog.10 | 8679 * tree.c (integer_all_onesp): Test to size of mode, not TYPE_PRECISION.
|
| D | ChangeLog-2000 | 26958 (build_binary_op): Use integer_all_onesp and compare_tree_int. 26995 (integer_all_onesp): Add casts.
|
| D | ChangeLog-2006 | 7167 (integer_all_onesp): Likewise.
|
| D | ChangeLog-2002 | 5293 left and right rotates of ~0, i.e. integer_all_onesp (arg0).
|
| D | ChangeLog-2005 | 2558 * tree.c (integer_all_onesp): Always return true if all bits on.
|
| D | ChangeLog-2004 | 13967 build_int_cst_wide, integer_all_onesp, list_length, chainon,
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | typeck.c | 3279 && ! integer_all_onesp (op1))); in build_binary_op() 3309 && ! integer_all_onesp (op1))); in build_binary_op()
|
| D | decl.c | 4498 if (integer_all_onesp (max_index)) in reshape_init_array_1()
|
| D | ChangeLog-2000 | 5636 Call integer_all_onesp.
|