Home
last modified time | relevance | path

Searched refs:getElementAsFloat (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.cpp1057 ? (double)CDV->getElementAsFloat(i) in fold_pow()
1093 ? (double)CDV->getElementAsFloat(i) in fold_pow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h620 float getElementAsFloat(unsigned i) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp954 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2829 float ConstantDataSequential::getElementAsFloat(unsigned Elt) const { in getElementAsFloat() function in ConstantDataSequential