Searched refs:condArgs (Results 1 – 1 of 1) sorted by relevance
356 SmallVector<Value> condArgs; in matchAndRewrite() local357 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()