Searched refs:upperBoundConstant (Results 1 – 2 of 2) sorted by relevance
101 auto upperBoundConstant = in tileParallelLoop() local110 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()111 auto numIterations = llvm::divideCeil(upperBoundConstant.value() - in tileParallelLoop()
2325 auto upperBoundConstant = in matchAndRewrite() local2331 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()2332 (upperBoundConstant.value() - lowerBoundConstant.value()) > 0 && in matchAndRewrite()2333 (upperBoundConstant.value() - lowerBoundConstant.value()) <= in matchAndRewrite()