Home
last modified time | relevance | path

Searched refs:isl_ast_expr_int (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_type.h79 isl_ast_expr_int enumerator
Dcpp-checked.h501 static const auto type = isl_ast_expr_int;
Dcpp.h566 static const auto type = isl_ast_expr_int;
/external/llvm-project/polly/lib/External/isl/
Disl_ast.c169 case isl_ast_expr_int: in isl_ast_expr_dup()
218 case isl_ast_expr_int: in isl_ast_expr_free()
254 if (expr->type != isl_ast_expr_int) in isl_ast_expr_int_get_val()
390 case isl_ast_expr_int: in isl_ast_expr_is_equal()
481 expr->type = isl_ast_expr_int; in isl_ast_expr_alloc_int_si()
510 expr->type = isl_ast_expr_int; in isl_ast_expr_from_val()
793 case isl_ast_expr_int: in isl_ast_expr_substitute_ids()
1954 case isl_ast_expr_int: in print_ast_expr_c()
2070 case isl_ast_expr_int: in print_ast_expr_isl()
Disl_ast_build_expr.c264 if (expr->type != isl_ast_expr_int) in ast_expr_is_zero()
1473 if (isl_ast_expr_get_type(expr_pos) == isl_ast_expr_int && in isl_ast_expr_from_constraint()
1474 isl_ast_expr_get_type(expr_neg) != isl_ast_expr_int) { in isl_ast_expr_from_constraint()
/external/llvm-project/polly/lib/CodeGen/
DIslExprBuilder.cpp79 if (Type == isl_ast_expr_int) { in hasLargeInts()
749 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_int && in createInt()
780 case isl_ast_expr_int: in create()
DIslNodeBuilder.cpp152 if (isl_ast_expr_get_type(Expr) != isl_ast_expr_int) { in checkIslAstExprInt()
195 if (isl_ast_expr_get_type(UB.get()) != isl_ast_expr_int) in getNumberOfIterations()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod11104 C<isl_ast_expr_int>.
11107 An C<isl_ast_expr_int> represents an integer value.