Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1037 ? (double)CDV->getElementAsFloat(i) in fold_pow()
1073 ? (double)CDV->getElementAsFloat(i) in fold_pow()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h613 float getElementAsFloat(unsigned i) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp951 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i); in getConstantValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp3251 float ConstantDataSequential::getElementAsFloat(unsigned Elt) const { in getElementAsFloat() function in ConstantDataSequential