Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1498 ConstantFP *cFP = unwrap<ConstantFP>(ConstantVal) ; in LLVMConstRealGetDouble() local
1499 Type *Ty = cFP->getType(); in LLVMConstRealGetDouble()
1504 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1508 APFloat APF = cFP->getValueAPF(); in LLVMConstRealGetDouble()