Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1582 ConstantFP *cFP = unwrap<ConstantFP>(ConstantVal) ; in LLVMConstRealGetDouble() local
1583 Type *Ty = cFP->getType(); in LLVMConstRealGetDouble()
1588 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1592 APFloat APF = cFP->getValueAPF(); in LLVMConstRealGetDouble()