Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h586 double getElementAsDouble(unsigned i) const;
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp971 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1624 CS << CDS->getElementAsDouble(i); in EmitInstruction()
/external/llvm/lib/IR/
DConstants.cpp2633 double ConstantDataSequential::getElementAsDouble(unsigned Elt) const { in getElementAsDouble() function in ConstantDataSequential