Lines Matching refs:ast_expr
111 isl::ast_expr IslNodeBuilder::getUpperBound(isl::ast_node_for For, in getUpperBound()
113 isl::ast_expr Cond = For.cond(); in getUpperBound()
114 isl::ast_expr Iterator = For.iterator(); in getUpperBound()
131 isl::ast_expr Arg0 = Cond.get_op_arg(0); in getUpperBound()
171 isl::ast_expr Init = For.init(); in getNumberOfIterations()
174 isl::ast_expr Inc = For.inc(); in getNumberOfIterations()
178 isl::ast_expr UB = getUpperBound(For, Predicate); in getNumberOfIterations()
559 isl::ast_expr Init = For.init(); in createForSequential()
560 isl::ast_expr Inc = For.inc(); in createForSequential()
561 isl::ast_expr Iterator = For.iterator(); in createForSequential()
563 isl::ast_expr UB = getUpperBound(For, Predicate); in createForSequential()
774 isl::ast_expr Expr = in hasPartialAccesses()
776 isl::ast_expr StmtExpr = Expr.get_op_arg(0); in hasPartialAccesses()
921 isl::ast_expr AccessExpr = Build.access_from(PWAccRel); in createNewAccesses()