Home
last modified time | relevance | path

Searched defs:apf (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp699 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
714 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
731 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); in getConstantValue() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp225 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction() local
H A DAsmWriter.cpp1479 APFloat apf = APF; in WriteAPFloatInternal() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1472 APFloat apf(semantics, rs1); in FCVT_f2i() local
1490 APFloat apf((&apInt->*f)()); in FMV_i2f() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6442 APFloat apf(EVTToAPFloatSemantics(VT), in FoldConstantArithmetic() local
/freebsd/contrib/sqlite3/
H A Dshell.c736 FILE* apf[3] = { pfIn, pfOut, pfErr }; in consoleClassifySetup() local