Searched refs:expr_from (Results 1 – 8 of 8) sorted by relevance
143 expr = build.expr_from(pw_aff)147 expr = build.expr_from(set)424 op = build.expr_from(pa)
186 isl::ast_expr expr = build.expr_from(pw_aff); in test_return_string()190 expr = build.expr_from(set); in test_return_string()370 auto expr = build.expr_from(pa); in test_ast_build_expr()
1105 isl::ast_expr Res = Build.expr_from(OffsetDimZero); in getArraySize()1109 isl::ast_expr Expr = Build.expr_from(Bound_I); in getArraySize()1144 isl::ast_expr BExpr = Build.expr_from(Bound_I); in getArrayOffset()1148 isl::ast_expr MExpr = Build.expr_from(DimMin); in getArrayOffset()1576 isl::ast_expr GridSize = Context.expr_from(Size); in getGridSizes()
599 isl::ast_expr IsInSet = RestrictedBuild.expr_from(ScheduledSet); in buildContainsCondition()696 RestrictedBuild.expr_from(ScheduleMultiPwAff.get_pw_aff(i)); in generateBeginStmtTrace()
428 inline isl::checked::ast_expr expr_from(isl::checked::pw_aff pa) const;429 inline isl::checked::ast_expr expr_from(isl::checked::set set) const;3689 isl::checked::ast_expr ast_build::expr_from(isl::checked::pw_aff pa) const in expr_from() function3695 isl::checked::ast_expr ast_build::expr_from(isl::checked::set set) const in expr_from() function
397 inline ast_expr expr_from(set set) const;398 inline ast_expr expr_from(pw_aff pa) const;4567 ast_expr ast_build::expr_from(set set) const in expr_from() function4573 ast_expr ast_build::expr_from(pw_aff pa) const in expr_from() function
493 inline isl::ast_expr expr_from(isl::pw_aff pa) const;494 inline isl::ast_expr expr_from(isl::set set) const;4077 isl::ast_expr ast_build::expr_from(isl::pw_aff pa) const in expr_from() function4094 isl::ast_expr ast_build::expr_from(isl::set set) const in expr_from() function
4100 def expr_from(*args): member in ast_build