Searched refs:emitGlobalConstantFP (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2866 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP); 2867 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP); 2961 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential() 3064 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP() function 3108 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() function 3109 emitGlobalConstantFP(CFP->getValueAPF(), CFP->getType(), AP); in emitGlobalConstantFP() 3296 return emitGlobalConstantFP(CFP, AP); in emitGlobalConstantImpl()
|