Searched refs:updated_results (Results 1 – 2 of 2) sorted by relevance
122 llvm::SmallVector<Value, 4> updated_results; in matchAndRewrite() local127 updated_results.reserve(op_to_inline.getNumOperands()); in matchAndRewrite()129 updated_results.push_back(mapper.lookup(operand)); in matchAndRewrite()136 rewriter.replaceOp(op, updated_results); in matchAndRewrite()
2569 auto updated_results = llvm::to_vector<4>(yield.getOperands()); in matchAndRewrite() local2574 for (auto it : llvm::zip(op.getResultTypes(), updated_results)) { in matchAndRewrite()2586 rewriter.replaceOp(op, updated_results); in matchAndRewrite()