Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp93 auto *ExpPWA = getWidthExpValOnDomain(Width, isl_set_complement(NonNegDom)); in interpretAsUnsigned()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_map_subtract.c941 __isl_give isl_set *isl_set_complement(__isl_take isl_set *set) in isl_set_complement() function
H A Disl_aff.c5643 set = isl_set_complement(set); in isl_set_indicator_function()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dset.h341 __isl_give isl_set *isl_set_complement(__isl_take isl_set *set);
H A Disl-noexceptions.h18591 auto res = isl_set_complement(copy()); in complement()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1411 AssumptionCtx = isl_set_complement(isl_set_params(ConditionSets[1])); in addUserAssumptions()
1414 AssumptionCtx = isl_set_complement(ConditionSets[1]); in addUserAssumptions()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod5356 __isl_give isl_set *isl_set_complement(