Searched refs:OffsetBeg (Results 1 – 1 of 1) sorted by relevance
13239 unsigned OffsetBeg = *getElementIndex(VL.front()); in getEntryCost() local13240 unsigned OffsetEnd = OffsetBeg; in getEntryCost()13241 InsertMask[OffsetBeg] = 0; in getEntryCost()13244 if (OffsetBeg > Idx) in getEntryCost()13245 OffsetBeg = Idx; in getEntryCost()13253 unsigned VecSz = (1 + OffsetEnd / VecScalarsSz - OffsetBeg / VecScalarsSz) * in getEntryCost()13255 unsigned Offset = VecScalarsSz * (OffsetBeg / VecScalarsSz); in getEntryCost()13257 PowerOf2Ceil(OffsetEnd - OffsetBeg + 1), in getEntryCost()13258 ((OffsetEnd - OffsetBeg + VecScalarsSz) / VecScalarsSz) * VecScalarsSz); in getEntryCost()13260 OffsetBeg == Offset && ((OffsetEnd + 1) % VecScalarsSz == 0); in getEntryCost()[all …]