Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp991 : CDV->getElementAsDouble(i); in fold_pow()
1027 : CDV->getElementAsDouble(i); in fold_pow()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h618 double getElementAsDouble(unsigned i) const;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp973 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2086 F = CDS->getElementAsDouble(i); in writeConstants()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp3197 double ConstantDataSequential::getElementAsDouble(unsigned Elt) const { in getElementAsDouble() function in ConstantDataSequential