iPTR is a pointer of subtarget-specific size to any address space. Therefore
type checks on this size derive the SizeInBits from a subtarget hook.
At this point, we can import the simplests G_LOAD rules and select load
instructions using them. Further patches will support for the predicates to
enable additional loads as well as the stores.
Depends on D37457
Don't we have a more direct way to access the target from the selector?
In particular something that doesn't depend on State.
(This is not wrong, it just looks weird.)