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

/haiku-buildtools/isl/
H A Disl_polynomial.c81 struct isl_upoly_cst *cst1, *cst2; local
82 cst1 = isl_upoly_as_cst(up1);
84 if (!cst1 || !cst2)
86 return isl_int_eq(cst1->n, cst2->n) &&
87 isl_int_eq(cst1->d, cst2->d);
566 struct isl_upoly_cst *cst1; local
573 cst1 = isl_upoly_as_cst(up1);
576 if (isl_int_eq(cst1->d, cst2->d))
577 isl_int_add(cst1->n, cst1
862 struct isl_upoly_cst *cst1; local
2961 isl_upoly_cmp(__isl_keep struct isl_upoly_cst *cst1, __isl_keep struct isl_upoly_cst *cst2) argument
2977 struct isl_upoly_cst *cst1, *cst2; local
2996 struct isl_upoly_cst *cst1, *cst2; local
3023 struct isl_upoly_cst *cst1, *cst2; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dfold-const.c10148 tree cst1 = TREE_OPERAND (arg1, 1);
10149 tree sum = fold_binary_loc (loc, PLUS_EXPR, TREE_TYPE (cst1),
10150 cst1, cst0);
11421 wide_int cst1 = arg1;
11422 wide_int ncst1 = -cst1;
11423 if ((cst1 & ncst1) == ncst1
11463 wide_int cst1 = arg1;
11464 if ((~cst1 != 0) && (cst1 & (cst1
10119 tree cst1 = TREE_OPERAND (arg1, 1); local
11392 wide_int cst1 = arg1; local
11434 wide_int cst1 = arg1; local
[all...]
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c10830 tree inner_type, tree cst0, tree cst1)
10842 TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, i)));
10848 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 0));
10860 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 1));
10804 sparc_handle_vis_mul8x16(tree *n_elts, enum sparc_builtins fncode, tree inner_type, tree cst0, tree cst1) argument

Completed in 78 milliseconds