Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopTiling.cpp83 auto lowerBoundConstant = in tileParallelLoop() local
93 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()
95 lowerBoundConstant.getValue(), in tileParallelLoop()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp1041 auto lowerBoundConstant = 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()