Searched refs:WideIndex (Results 1 – 1 of 1) sorted by relevance
770 int64_t WideIndex = static_cast<int64_t>(Index); in OffsetHelper() local772 int64_t Result = Add ? (WideIndex + WideOffset) : (WideIndex - WideOffset); in OffsetHelper()