Searched refs:outParam (Results 1 – 1 of 1) sorted by relevance
139 Value outParam = builder.create<memref::AllocOp>(op.getLoc(), allocType); in updateCalls() local144 outParam = in updateCalls()145 builder.create<memref::CastOp>(op.getLoc(), memrefType, outParam); in updateCalls()147 memref.replaceAllUsesWith(outParam); in updateCalls()148 outParams.push_back(outParam); in updateCalls()