Searched refs:emitGlobalConstantFP (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2418 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP);
2419 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP);
2499 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP);
2569 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { function
2613 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { function
2614 emitGlobalConstantFP(CFP->getValueAPF(), CFP->getType(), AP);
2799 return emitGlobalConstantFP(CFP, AP);

Completed in 35 milliseconds