Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h605 float getElementAsFloat(unsigned i) const;
/NextBSD/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp947 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i); in getConstantValue()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MCInstLower.cpp1288 CS << CDS->getElementAsFloat(i); in EmitInstruction()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1864 F = CDS->getElementAsFloat(i); in emitGlobalConstantDataSequential()
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1521 F = CDS->getElementAsFloat(i); in WriteConstants()
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp2764 float ConstantDataSequential::getElementAsFloat(unsigned Elt) const { in getElementAsFloat() function in ConstantDataSequential