Extend the load/store optimizer to identify cases where the offset variants of
+rcpc3 instructions can be used.
The non-indexed LDIAPP/STILP are output by instruction selection and are
optimised to their +/- 8/16 byte variants by the load/store optimiser.
Can you rewrite this with llvm::any?