Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp698 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
713 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() local
730 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); in getConstantValue() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp226 APFloat apf(DestTy->getScalarType()->getFltSemantics(), in ConstantFoldCastInstruction() local
H A DAsmWriter.cpp1543 APFloat apf = APF; in WriteAPFloatInternal() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1473 APFloat apf(semantics, rs1); in FCVT_f2i() local
1491 APFloat apf((&apInt->*f)()); in FMV_i2f() local