Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1346 ConstantFP *cFP = unwrap<ConstantFP>(ConstantVal) ; in LLVMConstRealGetDouble() local
1347 Type *Ty = cFP->getType(); in LLVMConstRealGetDouble()
1351 return cFP->getValueAPF().convertToFloat(); in LLVMConstRealGetDouble()
1356 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1360 APFloat APF = cFP->getValueAPF(); in LLVMConstRealGetDouble()