Searched refs:isl_ast_expr_from_val (Results 1 – 9 of 9) sorted by relevance
196 den = isl_ast_expr_from_val(isl_val_copy(d)); in var_div()348 c = isl_ast_expr_from_val(isl_val_copy(d)); in isl_ast_expr_mod()352 c = isl_ast_expr_from_val(isl_val_copy(v)); in isl_ast_expr_mod()386 c = isl_ast_expr_from_val(v); in scale()461 expr_int = isl_ast_expr_from_val(v); in isl_ast_expr_add_int()464 expr_int = isl_ast_expr_from_val(v); in isl_ast_expr_add_int()1126 rat_expr = isl_ast_expr_div(rat_expr, isl_ast_expr_from_val(d)); in extract_rational()1372 cst = isl_ast_expr_from_val(isl_val_abs(c)); in extract_stride_constraint()1611 return isl_ast_expr_from_val(isl_val_zero(ctx)); in isl_ast_build_expr_from_set_internal()
170 dup = isl_ast_expr_from_val(isl_val_copy(expr->u.v)); in isl_ast_expr_dup()491 __isl_give isl_ast_expr *isl_ast_expr_from_val(__isl_take isl_val *v) in isl_ast_expr_from_val() function
1079 return isl_ast_expr_from_val(v); in for_inc()
25 __isl_give isl_ast_expr *isl_ast_expr_from_val(__isl_take isl_val *v);
6240 auto res = isl_ast_expr_from_val(v.release()); in from_val()
2710 auto *Zero = isl_ast_expr_from_val(isl_val_zero(S->getIslCtx().get())); in getNames()3336 auto *Expr = isl_ast_expr_from_val(isl_val_copy(One)); in approxPointsInSet()3385 auto *InstExpr = isl_ast_expr_from_val(InstVal); in approxDynamicInst()3401 Instructions = isl_ast_expr_from_val(Zero); in getNumberOfIterations()3421 auto *MinComputeExpr = isl_ast_expr_from_val(MinComputeVal); in createSufficientComputeCheck()
137 zero = isl_ast_expr_from_val(isl_val_zero(ctx)); in collect_names()
1692 res = isl_ast_expr_from_val(isl_val_zero(ctx)); in dereference()1813 return isl_ast_expr_from_val(isl_val_zero(ctx)); in transform_expr()
11803 __isl_give isl_ast_expr *isl_ast_expr_from_val(