Searched refs:lowerBoundConstant (Results 1 – 2 of 2) sorted by relevance
83 auto lowerBoundConstant = in tileParallelLoop() local93 if (lowerBoundConstant && upperBoundConstant && stepConstant) { in tileParallelLoop()95 lowerBoundConstant.getValue(), in tileParallelLoop()
1041 auto lowerBoundConstant = in matchAndRewrite() local1049 if (lowerBoundConstant && upperBoundConstant && stepConstant && in matchAndRewrite()1050 (upperBoundConstant.getValue() - lowerBoundConstant.getValue()) > 0 && in matchAndRewrite()1051 (upperBoundConstant.getValue() - lowerBoundConstant.getValue()) <= in matchAndRewrite()