Searched refs:OffsetEnd (Results 1 – 1 of 1) sorted by relevance
2509 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local2510 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()2512 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()