Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h633 double getElementAsDouble(unsigned i) const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp991 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2084 F = CDS->getElementAsDouble(i); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3141 double ConstantDataSequential::getElementAsDouble(unsigned Elt) const { in getElementAsDouble() function in ConstantDataSequential