Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp458 auto loopAndIndex = createAffineFor(loop, rewriter); in matchAndRewrite() local
459 auto affineFor = loopAndIndex.first; in matchAndRewrite()
460 auto inductionVar = loopAndIndex.second; in matchAndRewrite()