Searched refs:alloc_res (Results 1 – 1 of 1) sorted by relevance
978 Value alloc_res = rewriter.create<AllocaOp>(loc, arg_type); in matchAndRewrite() local987 signature_converter.remapInput(2, alloc_res); in matchAndRewrite()994 rewriter.setInsertionPointAfter(alloc_res.getDefiningOp()); in matchAndRewrite()1001 auto load_res = rewriter.create<LoadOp>(loc, alloc_res); in matchAndRewrite()