Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp72 void PresburgerSet::unionSetInPlace(const PresburgerSet &set) { in unionSetInPlace() function in PresburgerSet
82 result.unionSetInPlace(set); in unionSet()
280 result.unionSetInPlace(getSetDifference(fac, set)); in subtract()
/external/llvm-project/mlir/include/mlir/Analysis/
DPresburgerSet.h55 void unionSetInPlace(const PresburgerSet &set);