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

  /external/clang/lib/Basic/
TargetInfo.cpp 65 HalfFormat = &llvm::APFloat::IEEEhalf;
  /external/llvm/include/llvm/ADT/
APFloat.h 129 static const fltSemantics IEEEhalf;
  /external/llvm/lib/VMCore/
Constants.cpp 96 APFloat::getZero(APFloat::IEEEhalf));
479 return &APFloat::IEEEhalf;
560 if (&V.getSemantics() == &APFloat::IEEEhalf)
    [all...]
AsmWriter.cpp 711 if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf ||
720 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
    [all...]
ConstantFold.cpp 572 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf :
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 54 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11, true };
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 266 if (&format == &llvm::APFloat::IEEEhalf)
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 65 case MVT::f16: return &APFloat::IEEEhalf;
    [all...]

Completed in 441 milliseconds