[clang][Interp][NFC] Use const references to Floating
in the static functions. Since a Floating is backed by an APFloat, we don't want to copy that around if it's not necessary.
Loading
Please sign in to comment
in the static functions. Since a Floating is backed by an APFloat, we don't want to copy that around if it's not necessary.