Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp232 SmallVector<Type, 8> initTypes; in matchAndRewrite() local
234 initTypes.push_back(arg.getType()); in matchAndRewrite()
235 replaceSCFOutputValue(forOp, loopOp, rewriter, scfToSPIRVContext, initTypes); in matchAndRewrite()