reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ConstantFolding.cpp
  130       APFloat FP(DestTy->getFltSemantics(), Result);
 1566     APF.convert(Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &unused);
 1977           Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost);
lib/ExecutionEngine/ExecutionEngine.cpp
  844         const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics();
lib/FuzzMutate/OpDescriptor.cpp
   25     auto &Sem = T->getFltSemantics();
lib/IR/ConstantFold.cpp
  174                              APFloat(DestTy->getFltSemantics(),
  685       APFloat apf(DestTy->getFltSemantics(),
lib/Target/AMDGPU/SIISelLowering.cpp
 5767     APFloat Max = APFloat::getLargest(Type->getFltSemantics());
 5768     APFloat Min = APFloat::getLargest(Type->getFltSemantics(), true);
lib/Target/SystemZ/SystemZTDC.cpp
  129   auto &Sem = Op0->getType()->getFltSemantics();
lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1530           APFloat::semanticsPrecision(FScalarTy->getFltSemantics());
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3478           = II->getType()->getScalarType()->getFltSemantics();
lib/Transforms/InstCombine/InstCombineCompares.cpp
 6090           X->getType()->getScalarType()->getFltSemantics();
lib/Transforms/Scalar/Float2Int.cpp
  411       = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1;
tools/clang/lib/CodeGen/PatternInit.cpp
   58             ->getFltSemantics());
tools/llvm-stress/llvm-stress.cpp
  440       APFloat RandomFloat(Ty->getFltSemantics(), RandomInt);