Lines Matching refs:getConstantFP

1277 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT,  in getConstantFP()  function in SelectionDAG
1279 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); in getConstantFP()
1282 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, in getConstantFP() function in SelectionDAG
1314 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
1318 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); in getConstantFP()
1320 return getConstantFP(APFloat(Val), DL, VT, isTarget); in getConstantFP()
1327 return getConstantFP(APF, DL, VT, isTarget); in getConstantFP()
4114 return getConstantFP(apf, DL, VT); in getNode()
4118 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT); in getNode()
4120 return getConstantFP(APFloat(APFloat::IEEEsingle(), Val), DL, VT); in getNode()
4122 return getConstantFP(APFloat(APFloat::IEEEdouble(), Val), DL, VT); in getNode()
4124 return getConstantFP(APFloat(APFloat::IEEEquad(), Val), DL, VT); in getNode()
4155 return getConstantFP(FPV, DL, VT); in getNode()
4166 return getConstantFP(V, DL, VT); in getNode()
4169 return getConstantFP(V, DL, VT); in getNode()
4173 return getConstantFP(V, DL, VT); in getNode()
4179 return getConstantFP(V, DL, VT); in getNode()
4185 return getConstantFP(V, DL, VT); in getNode()
4194 return getConstantFP(V, DL, VT); in getNode()
5113 return getConstantFP(V1, DL, VT); in getNode()
5118 return getConstantFP(V1, DL, VT); in getNode()
5123 return getConstantFP(V1, DL, VT); in getNode()
5129 return getConstantFP(V1, DL, VT); in getNode()
5136 return getConstantFP(V1, DL, VT); in getNode()
5141 return getConstantFP(V1, DL, VT); in getNode()
5153 return getConstantFP(V, DL, VT); in getNode()
5168 return getConstantFP(APFloat::getNaN(EVTToAPFloatSemantics(VT)), DL, VT); in getNode()
5267 return getConstantFP(V1, DL, VT); in getNode()
5428 return DAG.getConstantFP(APFloat(DAG.EVTToAPFloatSemantics(VT), Val), dl, in getMemsetValue()
5465 return DAG.getConstantFP(0.0, dl, VT); in getMemsetStringVal()