Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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()
2808 APFloat ConstantDataSequential::getElementAsAPFloat(unsigned Elt) const { in getElementAsAPFloat() function in ConstantDataSequential
2844 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h616 APFloat getElementAsAPFloat(unsigned i) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4630 if (C->getElementAsAPFloat(I).isNaN()) in isKnownNonNaN()
4647 if (C->getElementAsAPFloat(I).isZero()) in isKnownNonZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2452 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp2532 printConstant(CDS->getElementAsAPFloat(i), CS); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2422 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()