Following
https://llvm.discourse.group/t/psa-ods-generated-accessors-will-change-to-have-a-get-prefix-update-you-apis/4476,
this follows flipping these dialects to _Both prefixed form. This
changes the accessors to have a prefix. This was possibly mostly without
breaking breaking changes if the existing convenience methods were used.
The following changes were made to overlapping names & warnings for
skipped:
LLVM::InvokeOp: operands -> callee_operands
LLVM::Global: type -> global_type
GenericAtomicRMW: body -> unnamed (SingleBlock so getBody is defined for unnamed regions)
(https://github.com/jpienaar/llvm-project/blob/main/clang-tools-extra/clang-tidy/misc/AddGetterCheck.cpp
was used to migrate the callers post flipping, using the output from Operator.cpp)