Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp78 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats()
79 APFloat::semanticsPrecision(SR))) in cmpAPFloats()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp413 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp247 return (llvm::APFloat::semanticsPrecision(LHS) == in areEquivalent()
248 llvm::APFloat::semanticsPrecision(RHS)) && in areEquivalent()
DAPFloat.cpp190 unsigned int APFloatBase::semanticsPrecision(const fltSemantics &semantics) { in semanticsPrecision() function in llvm::APFloatBase
1870 if (isFiniteNonZero() && exponent+1 >= (int)semanticsPrecision(*semantics)) in roundToIntegral()
1879 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral()
1880 IntegerConstant <<= semanticsPrecision(*semantics)-1; in roundToIntegral()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h201 static unsigned int semanticsPrecision(const fltSemantics &);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h230 static unsigned int semanticsPrecision(const fltSemantics &);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1528 APFloat::semanticsPrecision(FScalarTy->getFltSemantics()); in visitFAdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13174 if (APFloat::semanticsPrecision(sem) >= ActualSize) { in FoldIntToFPToInt()