Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h101 LogicalResult getSourceAsConstraints(FlatAffineValueConstraints &cst);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp69 ComputationSliceState::getSourceAsConstraints(FlatAffineValueConstraints &cst) { in getSourceAsConstraints() function in ComputationSliceState
239 if (failed(getSourceAsConstraints(srcConstraints))) { in isSliceValid()