Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1039 : CDV->getElementAsDouble(i); in fold_pow()
1075 : CDV->getElementAsDouble(i); in fold_pow()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h618 double getElementAsDouble(unsigned i) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp973 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3259 double ConstantDataSequential::getElementAsDouble(unsigned Elt) const { in getElementAsDouble() function in ConstantDataSequential