Home
last modified time | relevance | path

Searched defs:APFloat (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h38 class APFloat; variable
862 explicit APFloat(IEEEFloat F, const fltSemantics &S) : U(std::move(F), S) {} in APFloat() function
863 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) in APFloat() function
877 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat() function
879 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat() function
884 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat() function
886 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat() function
887 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} in APFloat() function
888 explicit APFloat(float f) : U(IEEEFloat(f), IEEEsingle()) {} in APFloat() function
H A DAPFixedPoint.h27 class APFloat; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h29 class APFloat; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h39 class APFloat; variable
546 virtual bool testImmPredicate_APFloat(unsigned, const APFloat &) const { in testImmPredicate_APFloat()
H A DUtils.h50 class APFloat; variable
H A DCombinerHelper.h30 class APFloat; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h44 class APFloat; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h461 APFloat, // APFloatVal enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp5110 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat() function in llvm::APFloat