Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1910 Value inductionVar) { in normalizeLoop() argument
1941 isStepOne ? inductionVar in normalizeLoop()
1942 : insideLoopBuilder.create<MulIOp>(loc, inductionVar, step); in normalizeLoop()
1949 inductionVar.replaceAllUsesExcept(shifted, preserve); in normalizeLoop()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1243 Value inductionVar = bodyBlock.addArgument(builder.getIndexType()); in build() local
1255 bodyBuilder(builder, result.location, inductionVar, in build()