Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td707 Optional<SmallVector<int64_t, 8>> getConstantRanges();
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3361 Optional<SmallVector<int64_t, 8>> AffineParallelOp::getConstantRanges() { in getConstantRanges() function in AffineParallelOp