Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp103 auto stepConstant = in tileParallelLoop() local
110 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()
113 stepConstant.value()); in tileParallelLoop()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2327 auto stepConstant = in matchAndRewrite() local
2331 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()
2334 stepConstant.value()) { in matchAndRewrite()