Lines Matching refs:getConstantFP
1207 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
1209 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); in getConstantFP()
1212 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, in getConstantFP() function in SelectionDAG
1243 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
1247 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); in getConstantFP()
1249 return getConstantFP(APFloat(Val), DL, VT, isTarget); in getConstantFP()
1256 return getConstantFP(APF, DL, VT, isTarget); in getConstantFP()
2925 return getConstantFP(apf, DL, VT); in getNode()
2929 return getConstantFP(APFloat(APFloat::IEEEhalf, Val), DL, VT); in getNode()
2931 return getConstantFP(APFloat(APFloat::IEEEsingle, Val), DL, VT); in getNode()
2933 return getConstantFP(APFloat(APFloat::IEEEdouble, Val), DL, VT); in getNode()
2935 return getConstantFP(APFloat(APFloat::IEEEquad, Val), DL, VT); in getNode()
2960 return getConstantFP(V, DL, VT); in getNode()
2963 return getConstantFP(V, DL, VT); in getNode()
2967 return getConstantFP(V, DL, VT); in getNode()
2973 return getConstantFP(V, DL, VT); in getNode()
2979 return getConstantFP(V, DL, VT); in getNode()
2988 return getConstantFP(V, DL, VT); in getNode()
3792 return getConstantFP(V1, DL, VT); in getNode()
3797 return getConstantFP(V1, DL, VT); in getNode()
3802 return getConstantFP(V1, DL, VT); in getNode()
3808 return getConstantFP(V1, DL, VT); in getNode()
3815 return getConstantFP(V1, DL, VT); in getNode()
3820 return getConstantFP(V1, DL, VT); in getNode()
3832 return getConstantFP(V, DL, VT); in getNode()
3950 return getConstantFP(V1, DL, VT); in getNode()
4083 return DAG.getConstantFP(APFloat(DAG.EVTToAPFloatSemantics(VT), Val), dl, in getMemsetValue()
4119 return DAG.getConstantFP(0.0, dl, VT); in getMemsetStringVal()