Searched refs:CurrentRow (Results 1 – 1 of 1) sorted by relevance
174 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileLoadStoreLoops() local183 Value *CurrentRowZExt = B.CreateZExt(CurrentRow, Stride->getType()); in createTileLoadStoreLoops()188 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileLoadStoreLoops()296 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileDPLoops() local343 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileDPLoops()356 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentInner); in createTileDPLoops()