Searched refs:stepConstant (Results 1 – 2 of 2) sorted by relevance
87 auto stepConstant = dyn_cast_or_null<ConstantIndexOp>(step.getDefiningOp()); in tileParallelLoop() local93 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()96 stepConstant.getValue()); in tileParallelLoop()
1045 auto stepConstant = in matchAndRewrite() local1049 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()1052 stepConstant.getValue()) { in matchAndRewrite()