Searched refs:targetPos (Results 1 – 2 of 2) sorted by relevance
145 final int targetPos = arrayOffset + count; in checkArrayBounds() local146 if (targetPos < 0 || targetPos > arrayLength) { in checkArrayBounds()
3580 int targetPos = en.value().cast<AffineDimExpr>().getPosition(); in matchAndRewrite() local3581 targetMemRef.setSize(rewriter, loc, targetPos, in matchAndRewrite()3583 targetMemRef.setStride(rewriter, loc, targetPos, in matchAndRewrite()