Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1418 ConstantFP *cFP = unwrap<ConstantFP>(ConstantVal) ; in LLVMConstRealGetDouble() local
1419 Type *Ty = cFP->getType(); in LLVMConstRealGetDouble()
1424 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1428 APFloat APF = cFP->getValueAPF(); in LLVMConstRealGetDouble()