reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ConstantFolding.cpp
 1748       U.roundToIntegral(APFloat::rmNearestTiesToEven);
 1749       return ConstantFP::get(Ty->getContext(), U);
 1753       U.roundToIntegral(APFloat::rmNearestTiesToAway);
 1754       return ConstantFP::get(Ty->getContext(), U);
 1758       U.roundToIntegral(APFloat::rmTowardPositive);
 1759       return ConstantFP::get(Ty->getContext(), U);
 1763       U.roundToIntegral(APFloat::rmTowardNegative);
 1764       return ConstantFP::get(Ty->getContext(), U);
 1768       U.roundToIntegral(APFloat::rmTowardZero);
 1769       return ConstantFP::get(Ty->getContext(), U);
 1773       U.clearSign();
 1774       return ConstantFP::get(Ty->getContext(), U);
 1842         U.roundToIntegral(APFloat::rmTowardPositive);
 1843         return ConstantFP::get(Ty->getContext(), U);
 1876         U.clearSign();
 1877         return ConstantFP::get(Ty->getContext(), U);
 1883         U.roundToIntegral(APFloat::rmTowardNegative);
 1884         return ConstantFP::get(Ty->getContext(), U);
 1915         U.roundToIntegral(APFloat::rmNearestTiesToEven);
 1916         return ConstantFP::get(Ty->getContext(), U);
 1922         U.roundToIntegral(APFloat::rmNearestTiesToAway);
 1923         return ConstantFP::get(Ty->getContext(), U);
 1956         U.roundToIntegral(APFloat::rmTowardZero);
 1957         return ConstantFP::get(Ty->getContext(), U);