Home
last modified time | relevance | path

Searched refs:getElementAsAPFloat (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp48 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()
3226 APFloat ConstantDataSequential::getElementAsAPFloat(unsigned Elt) const { in getElementAsAPFloat() function in ConstantDataSequential
3266 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h609 APFloat getElementAsAPFloat(unsigned i) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2260 printConstant(CDS->getElementAsAPFloat(i), CS); in addConstantComments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2701 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp5478 if (C->getElementAsAPFloat(I).isNaN()) in isKnownNonNaN()
5498 if (C->getElementAsAPFloat(I).isZero()) in isKnownNonZero()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2543 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()