HomeSort by relevance Sort by last modified time
    Searched refs:getFltSemantics (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
Type.h 165 const fltSemantics &getFltSemantics() const {
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 130 auto &Sem = Op0->getType()->getFltSemantics();
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 407 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 391 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt);
  /external/llvm/lib/IR/
ConstantFold.cpp 174 APFloat(DestTy->getFltSemantics(),
672 APFloat apf(DestTy->getFltSemantics(),
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 842 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics();
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 2764 milliseconds