Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAffineExpr.cpp160 bool AffineExpr::isPureAffine() const { in isPureAffine() function in AffineExpr
168 return op.getLHS().isPureAffine() && op.getRHS().isPureAffine(); in isPureAffine()
175 return op.getLHS().isPureAffine() && op.getRHS().isPureAffine() && in isPureAffine()
183 return op.getLHS().isPureAffine() && in isPureAffine()
1075 if (!expr.isPureAffine()) in simplifyAffineExpr()
1077 if (!expr.isPureAffine()) in simplifyAffineExpr()
/external/llvm-project/mlir/lib/CAPI/IR/
DAffineExpr.cpp39 return unwrap(affineExpr).isPureAffine(); in mlirAffineExprIsPureAffine()
/external/llvm-project/mlir/include/mlir/IR/
DAffineExpr.h101 bool isPureAffine() const;
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusionOnTensors.cpp721 if (!expr.isPureAffine()) in matchAndRewrite()
809 if (!expr.isPureAffine()) in matchAndRewrite()
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp83 if (!expr.isPureAffine()) in getFlattenedAffineExprs()