Home
last modified time | relevance | path

Searched refs:convertToDouble (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp108 MCOp = MCOperand::createFPImm(Val.convertToDouble()); in lowerOperand()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPFloat.h369 double convertToDouble() const;
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersInternal.h1325 return Node.getValue().convertToDouble() == ExpectedValue;
1334 return Node.getValue().convertToDouble() == ExpectedValue;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.cpp268 return V.convertToDouble(); in GetApproxValue()
HDExpr.cpp805 return V.convertToDouble(); in getValueAsApproximateDouble()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp405 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>'; in print_details()
/NextBSD/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp890 Result.DoubleVal = cast<ConstantFP>(C)->getValueAPF().convertToDouble(); in getConstantValue()
964 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
/NextBSD/contrib/llvm/lib/Analysis/
HDConstantFolding.cpp1394 return Op->getValueAPF().convertToDouble(); in getValueAsDouble()
1399 return APF.convertToDouble(); in getValueAsDouble()
/NextBSD/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp208 raw_string_ostream(Buf) << V.convertToDouble(); in ftostr()
229 sprintf(Buffer, "%A", APF.convertToDouble()); in printCFP()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp697 OS << APF.convertToDouble(); in emitDebugValueComment()
704 OS << "(long double) " << APF.convertToDouble(); in emitDebugValueComment()
/NextBSD/contrib/llvm/lib/IR/
HDAsmWriter.cpp1101 double Val = isDouble ? CFP->getValueAPF().convertToDouble() : in WriteConstantInternal()
1114 if (APFloat(APFloat::IEEEdouble, StrVal).convertToDouble() == Val) { in WriteConstantInternal()
HDCore.cpp886 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
893 return APF.convertToDouble(); in LLVMConstRealGetDouble()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineInstr.cpp372 OS << getFPImm()->getValueAPF().convertToDouble(); in print()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelDAGToDAG.cpp1032 CurDAG->getTargetConstantFP(APF.convertToDouble(), dl, MVT::f64)); in SelectConstantFP()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp1869 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte()
HDNVPTXInstrInfo.td689 double d = (double)N->getValueAPF().convertToDouble();
HDNVPTXIntrinsics.td21 double d = (double)N->getValueAPF().convertToDouble();
26 double d = (double)N->getValueAPF().convertToDouble();
/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp3116 APFloat::convertToDouble() const in convertToDouble() function in APFloat