Add a new compute-known-bits like function to compute all
the interesting floating point properties at once.
Eventually this should absorb all the various floating point
queries we already have.
The operators on FPClassTest should really go with the definition in FloatingPointMode.h
and are reusable in InstCombine; they're where they are to avoid merge pain for myself in
some of my other patches backed up in review
Commit these NFC changes separately? It would be nice if they weren't part of the header though.