Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp18 unionFACInPlace(fac); in PresburgerSet()
63 void PresburgerSet::unionFACInPlace(const FlatAffineConstraints &fac) { in unionFACInPlace() function in PresburgerSet
75 unionFACInPlace(fac); in unionSetInPlace()
97 result.unionFACInPlace(FlatAffineConstraints::getUniverse(nDim, nSym)); in getUniverse()
118 result.unionFACInPlace(std::move(intersection)); in intersect()
169 result.unionFACInPlace(b); in subtractRecursively()
/external/llvm-project/mlir/include/mlir/Analysis/
DPresburgerSet.h52 void unionFACInPlace(const FlatAffineConstraints &fac);
/external/llvm-project/mlir/unittests/Analysis/
DPresburgerSetTest.cpp103 set.unionFACInPlace(fac); in makeSetFromFACs()