Home
last modified time | relevance | path

Searched refs:semanticsPrecision (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOptionalDiagnostic.h57 unsigned precision = llvm::APFloat::semanticsPrecision(F.getSemantics());
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp150 RepresentsUntilExp = llvm::APFloat::semanticsPrecision(Sema); in isLossOfPrecision()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp411 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp83 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats()
84 APFloat::semanticsPrecision(SR))) in cmpAPFloats()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp248 return (llvm::APFloat::semanticsPrecision(LHS) == in areEquivalent()
249 llvm::APFloat::semanticsPrecision(RHS)) && in areEquivalent()
H A DAPFloat.cpp211 unsigned int APFloatBase::semanticsPrecision(const fltSemantics &semantics) { in semanticsPrecision() function in llvm::APFloatBase
2057 if (exponent+1 >= (int)semanticsPrecision(*semantics)) in roundToIntegral()
2066 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral()
2067 IntegerConstant <<= semanticsPrecision(*semantics)-1; in roundToIntegral()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h235 static unsigned int semanticsPrecision(const fltSemantics &);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1576 APFloat::semanticsPrecision(FScalarTy->getFltSemantics()); in visitFAdd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2441 assert(APFloat::semanticsPrecision(DAG.EVTToAPFloatSemantics(DestVT)) >= in ExpandLegalINT_TO_FP()
H A DDAGCombiner.cpp14547 if (APFloat::semanticsPrecision(sem) >= ActualSize) { in FoldIntToFPToInt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11861 unsigned precision = llvm::APFloat::semanticsPrecision(Value.getSemantics()); in DiagnoseFloatingImpCast()
12500 unsigned int TargetPrecision = llvm::APFloatBase::semanticsPrecision( in CheckImplicitConversion()
H A DSemaExpr.cpp9866 unsigned FloatPrec = llvm::APFloat::semanticsPrecision( in canConvertIntTyToFloatTy()