Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp422 auto *NotNegCond = isl_ast_expr_eq(isl_ast_expr_from_val(ZeroV), NegCond); in buildRunCondition() local
423 RunCondition = isl_ast_expr_and(PosCond, NotNegCond); in buildRunCondition()