Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp42 static void assertDimensionsCompatible(const FlatAffineConstraints &fac, in assertDimensionsCompatible() function
53 static void assertDimensionsCompatible(const PresburgerSet &setA, in assertDimensionsCompatible() function
64 assertDimensionsCompatible(fac, *this); in unionFACInPlace()
73 assertDimensionsCompatible(set, *this); in unionSetInPlace()
80 assertDimensionsCompatible(set, *this); in unionSet()
110 assertDimensionsCompatible(set, *this); in intersect()
256 assertDimensionsCompatible(fac, set); in getSetDifference()
276 assertDimensionsCompatible(set, *this); in subtract()