Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h260 IntegerSet getAsIntegerSet(MLIRContext *context) const;
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp1096 auto simplifiedSet = fac.getAsIntegerSet(set.getContext()); in simplifyIntegerSet()
DAffineStructures.cpp2999 IntegerSet FlatAffineConstraints::getAsIntegerSet(MLIRContext *context) const { in getAsIntegerSet() function in FlatAffineConstraints
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2996 IntegerSet ifCondSet = cst.getAsIntegerSet(context); in createSeparationCondition()