Lines Matching defs:getConstantFP

1829 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT,
1831 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget);
1834 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL,
1873 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT,
1877 return getConstantFP(APFloat((float)Val), DL, VT, isTarget);
1879 return getConstantFP(APFloat(Val), DL, VT, isTarget);
1886 return getConstantFP(APF, DL, VT, isTarget);
1888 llvm_unreachable("Unsupported type in getConstantFP");
6297 return getConstantFP(0.0, DL, VT);
6745 return getConstantFP(FPV, DL, VT);
6758 return getConstantFP(FPV, DL, VT);
6766 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT);
6768 return getConstantFP(APFloat(APFloat::IEEEsingle(), Val), DL, VT);
6770 return getConstantFP(APFloat(APFloat::IEEEdouble(), Val), DL, VT);
6772 return getConstantFP(APFloat(APFloat::IEEEquad(), Val), DL, VT);
6783 return getConstantFP(V, DL, VT);
6786 return getConstantFP(V, DL, VT);
6790 return getConstantFP(V, DL, VT);
6796 return getConstantFP(V, DL, VT);
6802 return getConstantFP(V, DL, VT);
6811 return getConstantFP(V, DL, VT);
7117 return getConstantFP(C1, DL, VT);
7120 return getConstantFP(C1, DL, VT);
7123 return getConstantFP(C1, DL, VT);
7126 return getConstantFP(C1, DL, VT);
7129 return getConstantFP(C1, DL, VT);
7132 return getConstantFP(C1, DL, VT);
7134 return getConstantFP(minnum(C1, C2), DL, VT);
7136 return getConstantFP(maxnum(C1, C2), DL, VT);
7138 return getConstantFP(minimum(C1, C2), DL, VT);
7140 return getConstantFP(maximum(C1, C2), DL, VT);
7142 return getConstantFP(minimumnum(C1, C2), DL, VT);
7144 return getConstantFP(maximumnum(C1, C2), DL, VT);
7155 return getConstantFP(C1, DL, VT);
7175 return getConstantFP(APFloat::getNaN(VT.getFltSemantics()), DL, VT);
7751 return getConstantFP(V1, DL, VT);
7982 return DAG.getConstantFP(APFloat(VT.getFltSemantics(), Val), dl, VT);
8018 return DAG.getConstantFP(0.0, dl, VT);
10316 return getConstantFP(0.0, SDLoc(Y), Y.getValueType());
10585 SDValue Result0 = getConstantFP(FrexpMant, DL, VTList.VTs[0]);
13567 return getConstantFP(Flags.hasNoSignedZeros() ? 0.0 : -0.0, DL, VT);
13569 return getConstantFP(1.0, DL, VT);
13580 return getConstantFP(NeutralAF, DL, VT);
13591 return getConstantFP(NeutralAF, DL, VT);