Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h209 IntegerSet getAsIntegerSet(MLIRContext *context) const;
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1364 auto simplifiedSet = fac.getAsIntegerSet(set.getContext()); in simplifyIntegerSet()
H A DAffineStructures.cpp1520 FlatAffineValueConstraints::getAsIntegerSet(MLIRContext *context) const { in getAsIntegerSet() function in FlatAffineValueConstraints
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2714 IntegerSet ifCondSet = cst.getAsIntegerSet(context); in createSeparationCondition()