Searched defs:APFloat (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 38 class APFloat; global() variable 920 explicit APFloat(IEEEFloat F, const fltSemantics &S) : U(std::move(F), S) {} APFloat() function 921 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) APFloat() function 935 APFloat(const fltSemantics &Semantics) : U(Semantics) {} APFloat() function 937 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} APFloat() function 942 APFloat(const fltSemantics &Semantics, uninitializedTag) APFloat() function 944 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} APFloat() function 945 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} APFloat() function 946 explicit APFloat(float f) : U(IEEEFloat(f), IEEEsingle()) {} APFloat() function [all...] |
H A D | APFixedPoint.h | 27 class APFloat; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 29 class APFloat; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 51 class APFloat; variable
|
H A D | GIMatchTableExecutor.h | 40 class APFloat; variable 658 testImmPredicate_APFloat(unsigned,const APFloat &) testImmPredicate_APFloat() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instructions.h | 44 class APFloat; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Floating.h | 23 using APFloat = llvm::APFloat; variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLToken.h | 485 APFloat, // APFloatVal global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 5176 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) APFloat() function in llvm::APFloat [all...] |