Searched refs:inductionVar (Results 1 – 2 of 2) sorted by relevance
1910 Value inductionVar) { in normalizeLoop() argument1941 isStepOne ? inductionVar in normalizeLoop()1942 : insideLoopBuilder.create<MulIOp>(loc, inductionVar, step); in normalizeLoop()1949 inductionVar.replaceAllUsesExcept(shifted, preserve); in normalizeLoop()
1243 Value inductionVar = bodyBlock.addArgument(builder.getIndexType()); in build() local1255 bodyBuilder(builder, result.location, inductionVar, in build()