Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6856 APFloat FPV(VT.getFltSemantics(), APInt::getZero(VT.getSizeInBits())); in FoldConstantArithmetic() local
6857 (void)FPV.convertFromAPInt(Val, Opcode == ISD::SINT_TO_FP, in FoldConstantArithmetic()
6859 return getConstantFP(FPV, DL, VT); in FoldConstantArithmetic()
6864 APFloat FPV(Opcode == ISD::FP16_TO_FP ? APFloat::IEEEhalf() in FoldConstantArithmetic() local
6870 (void)FPV.convert(VT.getFltSemantics(), APFloat::rmNearestTiesToEven, in FoldConstantArithmetic()
6872 return getConstantFP(FPV, DL, VT); in FoldConstantArithmetic()