Searched refs:RealCol (Results 1 – 1 of 1) sorted by relevance
196 Value *RealCol = nullptr; in getColFromRow() local198 RealCol = in getColFromRow()202 RealCol = Builder.CreateNUWMul(V, Builder.getInt16(Granularity)); in getColFromRow()203 cast<Instruction>(RealCol)->moveAfter(cast<Instruction>(V)); in getColFromRow()209 RealCol = NewBuilder.CreateNUWMul(V, NewBuilder.getInt16(Granularity)); in getColFromRow()211 Row2Col[V] = RealCol; in getColFromRow()212 return RealCol; in getColFromRow()