Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp101 auto upperBoundConstant = in tileParallelLoop() local
110 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()
111 auto numIterations = llvm::divideCeil(upperBoundConstant.value() - in tileParallelLoop()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2325 auto upperBoundConstant = in matchAndRewrite() local
2331 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()
2332 (upperBoundConstant.value() - lowerBoundConstant.value()) > 0 && in matchAndRewrite()
2333 (upperBoundConstant.value() - lowerBoundConstant.value()) <= in matchAndRewrite()