Searched refs:getElementAsDouble (Results 1 – 5 of 5) sorted by relevance
534 double getElementAsDouble(unsigned ElmIdx) const { in getElementAsDouble() function535 return cast<llvm::ConstantDataSequential>(Val)->getElementAsDouble(ElmIdx); in getElementAsDouble()
642 LLVM_ABI double getElementAsDouble(uint64_t i) const;
988 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
3172 double ConstantDataSequential::getElementAsDouble(uint64_t Elt) const { in getElementAsDouble() function in ConstantDataSequential
2084 F = CDS->getElementAsDouble(i); in writeConstants()