Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp356 SmallVector<Value> condArgs; in matchAndRewrite() local
357 if (failed(rewriter.getRemappedValues(cond.getArgs(), condArgs))) in matchAndRewrite()
383 SmallVector<Value> resultValues(condArgs.size()); in matchAndRewrite()
391 for (const auto &it : llvm::enumerate(condArgs)) { in matchAndRewrite()
415 cond, conditionVal, &afterBlock, condArgs, &mergeBlock, llvm::None); in matchAndRewrite()