Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp285 APFloat apf(DestTy->getFltSemantics(), ConstantFoldCastInstruction() local
H A DAsmWriter.cpp1455 APFloat apf = APF; WriteConstantInternal() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1457 APFloat apf(semantics, rs1); FCVT_f2i() local
1475 APFloat apf((&apInt->*f)()); FMV_i2f() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6120 APFloat apf(EVTToAPFloatSemantics(VT), FoldConstantArithmetic() local
/freebsd-src/contrib/sqlite3/
H A Dshell.c741 FILE* apf[3] = { pfIn, pfOut, pfErr }; consoleClassifySetup() local