Files
llvm-project/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp
Jameson Nash d10b2b566a [NFCI] replace getValueType with new getGlobalSize query (#177186)
Returns uint64_t to simplify callers. The goal is eventually replace
getValueType with this query, which should return the known minimum
reference-able size, as provided (instead of a Type) during create.
Additionally the common isSized query would be replaced with an
isExactKnownSize query to test if that size is an exact definition.
2026-01-22 13:55:53 -05:00

9.3 KiB