Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1429 ConstantFP *cFP = unwrap<ConstantFP>(ConstantVal) ; in LLVMConstRealGetDouble() local
1430 Type *Ty = cFP->getType(); in LLVMConstRealGetDouble()
1435 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1439 APFloat APF = cFP->getValueAPF(); in LLVMConstRealGetDouble()