Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp47 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 ConstantDataSequential
2712 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h612 APFloat getElementAsAPFloat(unsigned i) const;
/external/llvm/include/llvm/IR/
DConstants.h578 APFloat getElementAsAPFloat(unsigned i) const;
/external/llvm/lib/IR/
DConstants.cpp2605 APFloat ConstantDataSequential::getElementAsAPFloat(unsigned Elt) const { in getElementAsAPFloat() function in ConstantDataSequential
2644 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2277 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2126 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2352 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()