Searched refs:RelOffset (Results 1 – 3 of 3) sorted by relevance
148 SourceLocation::IntTy RelOffset = 0; in IsPreviousCachedToken() local150 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken()151 RelOffset) in IsPreviousCachedToken()
117 Constant *RelOffset = in createRelLookupTable() local119 RelLookupTableContents[Idx++] = RelOffset; in createRelLookupTable()
2716 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local2717 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex()2718 uint32_t Index = RelOffset / ElementSize; in getIndex()2719 assert(Index * ElementSize == RelOffset); in getIndex()