Setup work for https://llvm.org/PR47946. Split out the core functionality from
LowerDbgDeclare into a function called ConvertIndirectDbgIntrinsicToDbgValues
which will be used in subsequent patches.
This has been separated out from D91424 to help highlight the functional changes
in that patch.
Nit: remove LowerDbgDeclare -
Also, the doxygen comment should be in the header file and only there.