This transform doesn't require any new instructions, it can safely live
in InstSimplify.
[ConstantFolding] Extend FoldReinterpretLoadFromConstPtr to handle negative offsets
Treat loads which clip before the start of a global initializer the same
way we treat clipping beyond the end of the initializer: use zeros.
[ConstantFolding] Fold masked loads
We can constant fold a masked load if the operands are appropriately
constant.
Missing null check?