Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h38 class APFloat; variable
844 APFloat() : U(IEEEdouble()) { in APFloat() function
848 explicit APFloat(IEEEFloat F, const fltSemantics &S) : U(std::move(F), S) {} in APFloat() function
849 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) in APFloat() function
863 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat() function
865 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat() function
870 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat() function
872 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat() function
873 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} in APFloat() function
874 explicit APFloat(float f) : U(IEEEFloat(f), IEEEsingle()) {} in APFloat() function
H A DAPFixedPoint.h25 class APFloat; variable
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DLLVM.h87 class APFloat; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h29 class APFloat; variable
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h50 class APFloat; variable
H A DInstructionSelector.h39 class APFloat; variable
546 virtual bool testImmPredicate_APFloat(unsigned, const APFloat &) const { in testImmPredicate_APFloat()
H A DCombinerHelper.h29 class APFloat; variable
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h44 class APFloat; variable
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLToken.h436 APFloat, // APFloatVal enumerator
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp4836 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat() function in llvm::APFloat