Searched refs:OffsetEnd (Results 1 – 3 of 3) sorted by relevance
2399 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local2400 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()2402 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
327 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local336 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
6178 unsigned OffsetEnd = OffsetBeg; in getEntryCost() local6183 else if (OffsetEnd < Idx) in getEntryCost()6184 OffsetEnd = Idx; in getEntryCost()6190 (1 + OffsetEnd / VecScalarsSz - OffsetBeg / VecScalarsSz) * in getEntryCost()6194 PowerOf2Ceil(OffsetEnd - OffsetBeg + 1), in getEntryCost()6195 ((OffsetEnd - OffsetBeg + VecScalarsSz) / VecScalarsSz) * in getEntryCost()6198 OffsetBeg == Offset && ((OffsetEnd + 1) % VecScalarsSz == 0); in getEntryCost()6259 for (unsigned I = OffsetBeg - Offset, End = OffsetEnd - Offset; in getEntryCost()6263 for (unsigned I = OffsetEnd + 1 - Offset; I < VecSz; ++I) in getEntryCost()