Searched refs:activeIvs (Results 1 – 1 of 1) sorted by relevance
73 auto activeIvs = llvm::makeArrayRef(ivs).take_back(rank); in insertCopyLoops() local74 Value loaded = b.create<memref::LoadOp>(loc, from, activeIvs); in insertCopyLoops()75 b.create<memref::StoreOp>(loc, loaded, to, activeIvs); in insertCopyLoops()