Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1399 ConstantFP *cFP = unwrap<ConstantFP>(ConstantVal) ; in LLVMConstRealGetDouble() local
1400 Type *Ty = cFP->getType(); in LLVMConstRealGetDouble()
1405 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1409 APFloat APF = cFP->getValueAPF(); in LLVMConstRealGetDouble()