Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/data-formatter/nssetsynth/
Dmain.m17 [mutable unionSet:set];
19 [mutable unionSet:set];
/external/llvm-project/mlir/unittests/Analysis/
DPresburgerSetTest.cpp27 PresburgerSet unionSet = s.unionSet(t); in testUnionAtPoints() local
31 bool inUnion = unionSet.containsPoint(point); in testUnionAtPoints()
/external/llvm-project/mlir/include/mlir/Analysis/
DPresburgerSet.h58 PresburgerSet unionSet(const PresburgerSet &set) const;
/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp79 PresburgerSet PresburgerSet::unionSet(const PresburgerSet &set) const { in unionSet() function in PresburgerSet