Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp625 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local
626 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
629 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
640 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue() local
641 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
644 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
657 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); in getConstantValue() local
660 (void)apf.convertToInteger(&v, BitWidth, in getConstantValue()
/external/llvm/lib/IR/
DAsmWriter.cpp817 APFloat apf = CFP->getValueAPF(); in WriteConstantInternal() local
820 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in WriteConstantInternal()
823 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()), in WriteConstantInternal()
DConstantFold.cpp651 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction() local
653 (void)apf.convertFromAPInt(api, in ConstantFoldCastInstruction()
656 return ConstantFP::get(V->getContext(), apf); in ConstantFoldCastInstruction()
DConstants.cpp590 APFloat apf = cast<ConstantFP>(Constant::getNullValue(Ty))->getValueAPF(); in getNegativeZero() local
591 apf.changeSign(); in getNegativeZero()
592 return get(Context, apf); in getNegativeZero()
/external/llvm/test/Transforms/InstCombine/
D2009-01-19-fmod-constant-float-specials.ll6 ; ModuleID = 'apf.c'
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1066 APFloat apf = APFloat(Val); in getConstantFP() local
1067 apf.convert(EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven, in getConstantFP()
1069 return getConstantFP(apf, VT, isTarget); in getConstantFP()
2439 APFloat apf(EVTToAPFloatSemantics(VT), in getNode() local
2441 (void)apf.convertFromAPInt(Val, in getNode()
2444 return getConstantFP(apf, VT); in getNode()
DLegalizeDAG.cpp2917 APFloat apf(DAG.EVTToAPFloatSemantics(VT), in ExpandNode() local
2920 (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven); in ExpandNode()
2921 Tmp1 = DAG.getConstantFP(apf, VT); in ExpandNode()
/external/chromium_org/third_party/libxml/src/
DChangeLog10241 * doc/tutorial/apf.html
11716 * apf.html
12543 * doc/tutorial/apf.html, apg.html: new generated html