Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp990 : CDV->getElementAsDouble(i); in fold_pow()
1026 : CDV->getElementAsDouble(i); in fold_pow()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h619 double getElementAsDouble(unsigned i) const;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp973 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2093 F = CDS->getElementAsDouble(i); in writeConstants()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp3204 double ConstantDataSequential::getElementAsDouble(unsigned Elt) const { in getElementAsDouble() function in ConstantDataSequential