mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
This is much more explicit, and prevents annoying conflicts with op specific accessors (which may have a different contract). This is similar to the past rename of getType -> getFunctionType, Fixes #58030 Differential Revision: https://reviews.llvm.org/D135007