Searched refs:new_rets (Results 1 – 2 of 2) sorted by relevance
181 protobuf::Map<string, string> new_rets; in GetUniqueSignature() local191 new_rets[key] = value; in GetUniqueSignature()193 *rets_to_fuse = std::move(new_rets); in GetUniqueSignature()
990 llvm::SmallVector<Value, 8> new_rets; in matchAndRewrite() local997 new_rets.push_back(operand); in matchAndRewrite()1001 new_rets.push_back(yield_op.getOperand(result.getResultNumber())); in matchAndRewrite()1011 rewriter.replaceOp(op, new_rets); in matchAndRewrite()