Adds the capability to recognize SelectInst that appear in the IR.
These instructions are generated during scalable vectorization for reduction
and when the code contains conditions inside the loop body or when
"-prefer-predicate-over-epilogue=predicate-dont-vectorize" is set.
Depends on D152022
Nit: I think we use AR/AI rather than RA/IA elsewhere, probably best to remain consistent with this as much as possible.