Searched refs:OffsetBeg (Results 1 – 1 of 1) sorted by relevance
9475 unsigned OffsetBeg = *getElementIndex(VL.front()); in getEntryCost() local 9476 unsigned OffsetEnd = OffsetBeg; in getEntryCost() 9477 InsertMask[OffsetBeg] = 0; in getEntryCost() 9480 if (OffsetBeg > Idx) in getEntryCost() 9481 OffsetBeg = Idx; in getEntryCost() 9489 unsigned VecSz = (1 + OffsetEnd / VecScalarsSz - OffsetBeg / VecScalarsSz) * in getEntryCost() 9491 unsigned Offset = VecScalarsSz * (OffsetBeg / VecScalarsSz); in getEntryCost() 9493 PowerOf2Ceil(OffsetEnd - OffsetBeg + 1), in getEntryCost() 9494 ((OffsetEnd - OffsetBeg + VecScalarsSz) / VecScalarsSz) * VecScalarsSz); in getEntryCost() 9496 OffsetBeg in getEntryCost() [all...]