Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopTiling.cpp87 auto stepConstant = dyn_cast_or_null<ConstantIndexOp>(step.getDefiningOp()); in tileParallelLoop() local
93 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()
96 stepConstant.getValue()); in tileParallelLoop()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp1045 auto stepConstant = in matchAndRewrite() local
1049 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()
1052 stepConstant.getValue()) { in matchAndRewrite()