Lines Matching refs:getConstantFP
1488 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
1490 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); in getConstantFP()
1493 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, in getConstantFP() function in SelectionDAG
1527 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
1531 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); in getConstantFP()
1533 return getConstantFP(APFloat(Val), DL, VT, isTarget); in getConstantFP()
1540 return getConstantFP(APF, DL, VT, isTarget); in getConstantFP()
4683 return getConstantFP(apf, DL, VT); in getNode()
4687 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT); in getNode()
4689 return getConstantFP(APFloat(APFloat::IEEEsingle(), Val), DL, VT); in getNode()
4691 return getConstantFP(APFloat(APFloat::IEEEdouble(), Val), DL, VT); in getNode()
4693 return getConstantFP(APFloat(APFloat::IEEEquad(), Val), DL, VT); in getNode()
4724 return getConstantFP(FPV, DL, VT); in getNode()
4740 return getConstantFP(V, DL, VT); in getNode()
4743 return getConstantFP(V, DL, VT); in getNode()
4747 return getConstantFP(V, DL, VT); in getNode()
4753 return getConstantFP(V, DL, VT); in getNode()
4759 return getConstantFP(V, DL, VT); in getNode()
4768 return getConstantFP(V, DL, VT); in getNode()
4882 return getConstantFP(0.0, DL, VT); in getNode()
5458 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5461 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5464 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5467 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5470 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5473 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5484 return getConstantFP(C1, DL, VT); in foldConstantFPMath()
5503 return getConstantFP(APFloat::getNaN(EVTToAPFloatSemantics(VT)), DL, VT); in foldConstantFPMath()
6058 return getConstantFP(V1, DL, VT); in getNode()
6243 return DAG.getConstantFP(APFloat(DAG.EVTToAPFloatSemantics(VT), Val), dl, in getMemsetValue()
6280 return DAG.getConstantFP(0.0, dl, VT); in getMemsetStringVal()
7901 return getConstantFP(0.0, SDLoc(Y), Y.getValueType()); in simplifyFPBinop()
10603 return getConstantFP(-0.0, DL, VT); in getNeutralElement()
10605 return getConstantFP(1.0, DL, VT); in getNeutralElement()
10616 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()