Searched refs:RelOffset (Results 1 – 5 of 5) sorted by relevance
129 int RelOffset = 0; in IsPreviousCachedToken() local131 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken()132 RelOffset) in IsPreviousCachedToken()
148 int RelOffset = 0; in IsPreviousCachedToken() local150 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken()151 RelOffset) in IsPreviousCachedToken()
2325 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local2326 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex()2327 uint32_t Index = RelOffset / ElementSize; in getIndex()2328 assert(Index * ElementSize == RelOffset); in getIndex()
2444 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local2445 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex()2446 uint32_t Index = RelOffset / ElementSize; in getIndex()2447 assert(Index * ElementSize == RelOffset); in getIndex()
2462 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local2463 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex()2464 uint32_t Index = RelOffset / ElementSize; in getIndex()2465 assert(Index * ElementSize == RelOffset); in getIndex()