Home
last modified time | relevance | path

Searched refs:getElementAsDouble (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h534 double getElementAsDouble(unsigned ElmIdx) const { in getElementAsDouble() function
535 return cast<llvm::ConstantDataSequential>(Val)->getElementAsDouble(ElmIdx); in getElementAsDouble()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h642 LLVM_ABI double getElementAsDouble(uint64_t i) const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp988 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3172 double ConstantDataSequential::getElementAsDouble(uint64_t Elt) const { in getElementAsDouble() function in ConstantDataSequential
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2084 F = CDS->getElementAsDouble(i); in writeConstants()