Searched refs:fold_strip_sign_ops (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c7837 tem = fold_strip_sign_ops (arg0);
9246 tree tem = fold_strip_sign_ops (arg0);
13642 fold_strip_sign_ops (tree exp)
13650 arg0 = fold_strip_sign_ops (TREE_OPERAND (exp, 0));
13657 arg0 = fold_strip_sign_ops (TREE_OPERAND (exp, 0));
13658 arg1 = fold_strip_sign_ops (TREE_OPERAND (exp, 1));
13607 fold_strip_sign_ops (tree exp) function
H A Dtree.h4397 extern tree fold_strip_sign_ops (tree);
H A Dbuiltins.c7825 tree narg0 = fold_strip_sign_ops (arg0);
8663 tem = fold_strip_sign_ops (arg1);

Completed in 301 milliseconds