[ConstantFolding] Remove unnecessary pointer handling in FoldBitCast (NFCI)
The destination element type here cannot be a pointer type, as this would require an inttoptr rather than bitcast.
Loading
Please sign in to comment
The destination element type here cannot be a pointer type, as this would require an inttoptr rather than bitcast.