Searched refs:getElementAsAPFloat (Results 1 – 6 of 6) 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()2728 APFloat ConstantDataSequential::getElementAsAPFloat(unsigned Elt) const { in getElementAsAPFloat() function in ConstantDataSequential2764 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
616 APFloat getElementAsAPFloat(unsigned i) const;
2096 printConstant(CDS->getElementAsAPFloat(i), CS); in EmitInstruction()
4487 if (C->getElementAsAPFloat(I).isNaN()) in isKnownNonNaN()4504 if (C->getElementAsAPFloat(I).isZero()) in isKnownNonZero()
2353 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential()
2372 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()