Searched refs:getElementAsAPFloat (Results 1 – 7 of 7) sorted by relevance
47 if (CV->getElementAsAPFloat(0).isNegZero()) in isNegativeZeroValue()73 if (CV->getElementAsAPFloat(0).isZero()) in isZeroValue()118 return CV->getElementAsAPFloat(0).bitcastToAPInt().isAllOnesValue(); in isAllOnesValue()144 return CV->getElementAsAPFloat(0).bitcastToAPInt().isOneValue(); in isOneValue()170 return CV->getElementAsAPFloat(0).bitcastToAPInt().isMinSignedValue(); in isMinSignedValue()196 return !CV->getElementAsAPFloat(0).bitcastToAPInt().isMinSignedValue(); in isNotMinSignedValue()2676 APFloat ConstantDataSequential::getElementAsAPFloat(unsigned Elt) const { in getElementAsAPFloat() function in ConstantDataSequential2712 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
612 APFloat getElementAsAPFloat(unsigned i) const;
578 APFloat getElementAsAPFloat(unsigned i) const;
2605 APFloat ConstantDataSequential::getElementAsAPFloat(unsigned Elt) const { in getElementAsAPFloat() function in ConstantDataSequential2644 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
2277 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential()
2126 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()
2352 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()