Searched refs:globalMemref (Results 1 – 1 of 1) sorted by relevance
91 auto globalMemref = globals.getGlobalFor(op.value()); in matchAndRewrite() local92 rewriter.replaceOpWithNewOp<GetGlobalMemrefOp>(op, globalMemref.type(), in matchAndRewrite()93 globalMemref.getName()); in matchAndRewrite()