- Add Address::withElementType() as a replacement for CGBuilderTy::CreateElementBitCast.
- Partial progress towards replacing CreateElementBitCast, as it no longer does what its name suggests. Either replace its uses with Address::withElementType(), or remove them if no longer needed.
- Remove unused parameter 'Name' of CreateElementBitCast
Can this be merged with the previous line?