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

/haiku-buildtools/gcc/gcc/
H A Dtree-call-cdce.c480 tree cst0;
533 cst0 = build_int_cst (int_type, 0);
537 stmt2 = gimple_build_cond (LE_EXPR, tempn, cst0, NULL_TREE, NULL_TREE);
477 tree cst0; local
H A Dfold-const.c8599 tree t, cst0 = NULL_TREE;
8618 cst0 = arg0;
8620 cst0 = TREE_OPERAND (arg0, 1);
8621 sgn0 = tree_int_cst_sgn (cst0);
8624 if (integer_zerop (cst0)
8625 || TREE_OVERFLOW (cst0))
8674 if (INTEGRAL_TYPE_P (TREE_TYPE (cst0))
8676 && TYPE_MIN_VALUE (TREE_TYPE (cst0))
8677 && tree_int_cst_equal (cst0, TYPE_MIN_VALUE (TREE_TYPE (cst0))))
8570 tree t, cst0 = NULL_TREE; local
10118 tree cst0 = TREE_OPERAND (TREE_OPERAND (arg1, 0), 1); local
11445 wide_int cst0; local
[all...]
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c10830 tree inner_type, tree cst0, tree cst1)
10832 unsigned i, num = VECTOR_CST_NELTS (cst0);
10841 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
10853 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
10865 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
10804 sparc_handle_vis_mul8x16(tree *n_elts, enum sparc_builtins fncode, tree inner_type, tree cst0, tree cst1) argument

Completed in 195 milliseconds