reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ADT/APFloat.h
  950   static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);

References

lib/IR/Constants.cpp
  349     APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
lib/Target/X86/X86ISelLowering.cpp
10913         APFloat::getAllOnesValue(EltVT.getSizeInBits(), true), DL, EltVT);
tools/clang/lib/Sema/SemaOpenMP.cpp
13432               llvm::APFloat::getAllOnesValue(Context.getTypeSize(Type),