Searched refs:RelOffset (Results 1 – 2 of 2) sorted by relevance
161 int RelOffset = 0; in IsPreviousCachedToken() local163 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken()164 RelOffset) in IsPreviousCachedToken()
2403 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local2404 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex()2405 uint32_t Index = RelOffset / ElementSize; in getIndex()2406 assert(Index * ElementSize == RelOffset); in getIndex()