Searched refs:OffsetEnd (Results 1 – 3 of 3) sorted by relevance
2819 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local2820 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()2822 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
326 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local335 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
8041 unsigned OffsetEnd = OffsetBeg; in getEntryCost() local8047 else if (OffsetEnd < Idx) in getEntryCost()8048 OffsetEnd = Idx; in getEntryCost()8054 unsigned VecSz = (1 + OffsetEnd / VecScalarsSz - OffsetBeg / VecScalarsSz) * in getEntryCost()8058 PowerOf2Ceil(OffsetEnd - OffsetBeg + 1), in getEntryCost()8059 ((OffsetEnd - OffsetBeg + VecScalarsSz) / VecScalarsSz) * VecScalarsSz); in getEntryCost()8061 OffsetBeg == Offset && ((OffsetEnd + 1) % VecScalarsSz == 0); in getEntryCost()8124 for (unsigned I = OffsetBeg - Offset, End = OffsetEnd - Offset; in getEntryCost()8128 for (unsigned I = OffsetEnd + 1 - Offset; I < VecSz; ++I) in getEntryCost()