Home
last modified time | relevance | path

Searched defs:unionSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp115 PresburgerRelation::unionSet(const PresburgerRelation &set) const { in unionSet() function in PresburgerRelation
1072 PresburgerSet PresburgerSet::unionSet(const PresburgerRelation &set) const { unionSet() function in PresburgerSet
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp33 PresburgerSet unionSet = s.unionSet(t); in testUnionAtPoints() local