Searched refs:CurrentCol (Results 1 – 1 of 1) sorted by relevance
175 Value *CurrentCol = &*ColLoopHeader->begin(); in createTileLoadStoreLoops() local184 Value *CurrentColZExt = B.CreateZExt(CurrentCol, Stride->getType()); in createTileLoadStoreLoops()188 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileLoadStoreLoops()297 Value *CurrentCol = &*ColLoopHeader->begin(); in createTileDPLoops() local343 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileDPLoops()358 B.CreateAdd(B.CreateMul(CurrentInner, B.getInt16(16)), CurrentCol); in createTileDPLoops()