Searched refs:isZeroBased (Results 1 – 1 of 1) sorted by relevance
1913 bool isZeroBased = false; in normalizeLoop() local1915 isZeroBased = ubCst.getValue() == 0; in normalizeLoop()1926 if (isZeroBased && isStepOne) in normalizeLoop()1934 isZeroBased ? lowerBound : boundsBuilder.create<ConstantIndexOp>(loc, 0); in normalizeLoop()1944 isZeroBased ? scaled in normalizeLoop()