Home
last modified time | relevance | path

Searched refs:newIV (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp177 Operation *newIV = opBuilder.create<AffineApplyOp>(loc, ivMap, lbOperands); in normalizeAffineFor() local
178 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), in normalizeAffineFor()
179 SmallPtrSet<Operation *, 1>{newIV}); in normalizeAffineFor()