Lines Matching refs:getConstantFP

1589 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT,  in getConstantFP()  function in SelectionDAG
1591 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); in getConstantFP()
1594 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, in getConstantFP() function in SelectionDAG
1628 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
1632 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); in getConstantFP()
1634 return getConstantFP(APFloat(Val), DL, VT, isTarget); in getConstantFP()
1641 return getConstantFP(APF, DL, VT, isTarget); in getConstantFP()
5001 return getConstantFP(apf, DL, VT); in getNode()
5005 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT); in getNode()
5007 return getConstantFP(APFloat(APFloat::IEEEsingle(), Val), DL, VT); in getNode()
5009 return getConstantFP(APFloat(APFloat::IEEEdouble(), Val), DL, VT); in getNode()
5011 return getConstantFP(APFloat(APFloat::IEEEquad(), Val), DL, VT); in getNode()
5044 return getConstantFP(FPV, DL, VT); in getNode()
5060 return getConstantFP(V, DL, VT); in getNode()
5063 return getConstantFP(V, DL, VT); in getNode()
5067 return getConstantFP(V, DL, VT); in getNode()
5073 return getConstantFP(V, DL, VT); in getNode()
5079 return getConstantFP(V, DL, VT); in getNode()
5088 return getConstantFP(V, DL, VT); in getNode()
5206 return getConstantFP(0.0, DL, VT); in getNode()
5783 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5786 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5789 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5792 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5795 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5798 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5800 return getConstantFP(minnum(C1, C2), DL, VT); in foldConstantFPMath()
5802 return getConstantFP(maxnum(C1, C2), DL, VT); in foldConstantFPMath()
5804 return getConstantFP(minimum(C1, C2), DL, VT); in foldConstantFPMath()
5806 return getConstantFP(maximum(C1, C2), DL, VT); in foldConstantFPMath()
5817 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5837 return getConstantFP(APFloat::getNaN(EVTToAPFloatSemantics(VT)), DL, VT); in foldConstantFPMath()
6409 return getConstantFP(V1, DL, VT); in getNode()
6598 return DAG.getConstantFP(APFloat(DAG.EVTToAPFloatSemantics(VT), Val), dl, in getMemsetValue()
6635 return DAG.getConstantFP(0.0, dl, VT); in getMemsetStringVal()
8897 return getConstantFP(0.0, SDLoc(Y), Y.getValueType()); in simplifyFPBinop()
11832 return getConstantFP(-0.0, DL, VT); in getNeutralElement()
11834 return getConstantFP(1.0, DL, VT); in getNeutralElement()
11845 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()