Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp181 BlockArgument newIndVar = in matchAndRewrite() local
192 signatureConverter.remapInput(0, newIndVar); in matchAndRewrite()
213 loc, rewriter.getI1Type(), newIndVar, adaptor.getUpperBound()); in matchAndRewrite()
225 loc, newIndVar.getType(), newIndVar, adaptor.getStep()); in matchAndRewrite()