Searched refs:isl_ast_expr_get_op_n_arg (Results 1 – 7 of 7) sorted by relevance
88 int NumArgs = isl_ast_expr_get_op_n_arg(Expr.get()); in hasLargeInts()195 assert(isl_ast_expr_get_op_n_arg(Expr) >= 2 && in createOpNAry()212 for (int i = 1; i < isl_ast_expr_get_op_n_arg(Expr); ++i) { in createOpNAry()239 assert(isl_ast_expr_get_op_n_arg(Expr) >= 1 && in createAccessAddress()280 if (isl_ast_expr_get_op_n_arg(Expr) == 1) { in createAccessAddress()288 for (unsigned u = 1, e = isl_ast_expr_get_op_n_arg(Expr); u < e; u++) { in createAccessAddress()357 assert(isl_ast_expr_get_op_n_arg(Expr) == 2 && in createOpBin()699 assert(isl_ast_expr_get_op_n_arg(Expr) == 1 && "Address of should be unary."); in createOpAddressOf()
910 for (int i = 0; i < isl_ast_expr_get_op_n_arg(Expr) - 1; ++i) { in createSubstitutions()
84 isl_size isl_ast_expr_get_op_n_arg(__isl_keep isl_ast_expr *expr);
4758 auto res = isl_ast_expr_get_op_n_arg(get()); in get_op_n_arg()
321 isl_size isl_ast_expr_get_op_n_arg(__isl_keep isl_ast_expr *expr) in isl_ast_expr_get_op_n_arg() function2011 n = isl_ast_expr_get_op_n_arg(expr); in print_arguments()
1758 if (isl_ast_expr_get_op_n_arg(expr) == 1) in gpu_local_array_info_linearize_index()1761 n = isl_ast_expr_get_op_n_arg(expr); in gpu_local_array_info_linearize_index()
11117 isl_size isl_ast_expr_get_op_n_arg(__isl_keep isl_ast_expr *expr);11146 C<isl_ast_expr_get_op_n_arg> is an alternative name for