[clang] Replace uses of CreateElementBitCast (NFC)
authorYoungsuk Kim <youngsuk.kim@hpe.com>
Fri, 30 Jun 2023 21:33:28 +0000 (17:33 -0400)
committerJOE1994 <joseph942010@gmail.com>
Fri, 30 Jun 2023 21:35:36 +0000 (17:35 -0400)
commit5f32baf17db172478f1081e3d345f08e1053579f
treee5213188be44bf15ea8866319e1eb723104c0a8f
parenta63d6a00140d25289e0cba294c9228dbb74b06fa
[clang] Replace uses of CreateElementBitCast (NFC)

Partial progress towards replacing uses of CreateElementBitCast, as it
no longer does what its name suggests.

Reviewed By: barannikov88

Differential Revision: https://reviews.llvm.org/D154229
clang/lib/CodeGen/ABIInfoImpl.cpp
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGExprAgg.cpp
clang/lib/CodeGen/CGExprComplex.cpp
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/lib/CodeGen/Targets/XCore.cpp