Searched refs:RelOffset (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp148 int RelOffset = 0; local
150 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) ||
151 RelOffset)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2439 uint64_t RelOffset = Offset - NewAllocaBeginOffset;
2440 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds");
2441 uint32_t Index = RelOffset / ElementSize;
2442 assert(Index * ElementSize == RelOffset);

Completed in 109 milliseconds