Searched refs:upperBoundConstant (Results 1 – 2 of 2) sorted by relevance
85 auto upperBoundConstant = in tileParallelLoop() local93 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()94 auto numIterations = llvm::divideCeil(upperBoundConstant.getValue() - in tileParallelLoop()
1043 auto upperBoundConstant = in matchAndRewrite() local1049 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()1050 (upperBoundConstant.getValue() - lowerBoundConstant.getValue()) > 0 && in matchAndRewrite()1051 (upperBoundConstant.getValue() - lowerBoundConstant.getValue()) <= in matchAndRewrite()