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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1054 : CDV->getElementAsDouble(i);
1090 : CDV->getElementAsDouble(i);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h633 double getElementAsDouble(unsigned i) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp984 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3024 double ConstantDataSequential::getElementAsDouble(unsigned Elt) const { function in class:ConstantDataSequential

Completed in 110 milliseconds