Home
last modified time | relevance | path

Searched refs:isl_ast_expr_from_val (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build_expr.c196 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()
H A Disl_ast.c170 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
H A Disl_ast_codegen.c1079 return isl_ast_expr_from_val(v); in for_inc()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast.h25 __isl_give isl_ast_expr *isl_ast_expr_from_val(__isl_take isl_val *v);
H A Disl-noexceptions.h6240 auto res = isl_ast_expr_from_val(v.release()); in from_val()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2710 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()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg.c137 zero = isl_ast_expr_from_val(isl_val_zero(ctx)); in collect_names()
H A Dgpu.c1692 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()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod11803 __isl_give isl_ast_expr *isl_ast_expr_from_val(