mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 00:56:05 +00:00

Add `IsAggregateType` to the SB API. I'd like to use this from tests, and there are numerous other `Is<X>Type` predicates on `SBType`. Differential Revision: https://reviews.llvm.org/D121252