llvm-project
d10b2b56 - [NFCI] replace getValueType with new getGlobalSize query (#177186)

Commit
89 days ago
[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.
Author
Parents
Loading