Lines Matching refs:ast_expr
110 isl::ast_expr IslNodeBuilder::getUpperBound(isl::ast_node For, in getUpperBound()
112 isl::ast_expr Cond = For.for_get_cond(); in getUpperBound()
113 isl::ast_expr Iterator = For.for_get_iterator(); in getUpperBound()
130 isl::ast_expr Arg0 = Cond.get_op_arg(0); in getUpperBound()
187 isl::ast_expr Init = For.for_get_init(); in getNumberOfIterations()
190 isl::ast_expr Inc = For.for_get_inc(); in getNumberOfIterations()
194 isl::ast_expr UB = getUpperBound(For, Predicate); in getNumberOfIterations()
531 isl::ast_expr Init = For.for_get_init(); in createForSequential()
532 isl::ast_expr Inc = For.for_get_inc(); in createForSequential()
533 isl::ast_expr Iterator = For.for_get_iterator(); in createForSequential()
535 isl::ast_expr UB = getUpperBound(For, Predicate); in createForSequential()
745 isl::ast_expr Expr = in hasPartialAccesses()
747 isl::ast_expr StmtExpr = Expr.get_op_arg(0); in hasPartialAccesses()