Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopTiling.cpp85 auto upperBoundConstant = in tileParallelLoop() local
93 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()
94 auto numIterations = llvm::divideCeil(upperBoundConstant.getValue() - in tileParallelLoop()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp1043 auto upperBoundConstant = in matchAndRewrite() local
1049 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()
1050 (upperBoundConstant.getValue() - lowerBoundConstant.getValue()) > 0 && in matchAndRewrite()
1051 (upperBoundConstant.getValue() - lowerBoundConstant.getValue()) <= in matchAndRewrite()