[APFloat] Remove BitWidth argument from getAllOnesValue
authorJay Foad <jay.foad@amd.com>
Mon, 4 Oct 2021 09:20:18 +0000 (10:20 +0100)
committerJay Foad <jay.foad@amd.com>
Mon, 4 Oct 2021 10:32:16 +0000 (11:32 +0100)
commit566690b067c8175314fa657b899c99bccf96821c
treeb02900a1d19503f866d8b52f50b6599a9a6100b1
parent45f9795085ee0fe6fd23129d80aad5a2ea5026a0
[APFloat] Remove BitWidth argument from getAllOnesValue

There's no need to pass this in explicitly because it is
trivially available from the semantics.
clang/lib/Sema/SemaOpenMP.cpp
llvm/include/llvm/ADT/APFloat.h
llvm/lib/IR/Constants.cpp
llvm/lib/Support/APFloat.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp