Searched refs:getElementAsAPFloat (Results 1 – 6 of 6) sorted by relevance
48 if (CV->getElementAsAPFloat(0).isNegZero()) in isNegativeZeroValue()74 if (CV->getElementAsAPFloat(0).isZero()) in isZeroValue()119 return CV->getElementAsAPFloat(0).bitcastToAPInt().isAllOnesValue(); in isAllOnesValue()145 return CV->getElementAsAPFloat(0).bitcastToAPInt().isOneValue(); in isOneValue()195 return CV->getElementAsAPFloat(0).bitcastToAPInt().isMinSignedValue(); in isMinSignedValue()2808 APFloat ConstantDataSequential::getElementAsAPFloat(unsigned Elt) const { in getElementAsAPFloat() function in ConstantDataSequential2844 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
616 APFloat getElementAsAPFloat(unsigned i) const;
4630 if (C->getElementAsAPFloat(I).isNaN()) in isKnownNonNaN()4647 if (C->getElementAsAPFloat(I).isZero()) in isKnownNonZero()
2452 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential()
2532 printConstant(CDS->getElementAsAPFloat(i), CS); in EmitInstruction()
2422 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()