Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp400 auto PosCond = Build.expr_from(S.getAssumedContext()); in buildRunCondition() local
402 RunCondition = std::move(PosCond); in buildRunCondition()
409 isl::manage(isl_ast_expr_and(PosCond.release(), NotNegCond.release())); in buildRunCondition()