AArch64's fctv* instructions implement the saturating behaviour that the
fpto*i.sat intrinsics require, in cases where the destination width
matches the saturation width. Lowering them removes a lot of unnecessary
generated code.
Only scalar lowerings are supported for now.
Can I just ignore these? Matching the de-facto convention seems appropriate, but I think these are responsible for the reported build failure.