Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1058 : CDV->getElementAsDouble(i); in fold_pow()
1094 : CDV->getElementAsDouble(i); in fold_pow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h624 double getElementAsDouble(unsigned i) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp976 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2835 double ConstantDataSequential::getElementAsDouble(unsigned Elt) const { in getElementAsDouble() function in ConstantDataSequential