Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/ExecutionEngine/Interpreter/
HDExternalFunctions.cpp165 double *DoublePtr = (double *) ArgDataPtr; in ffiValueFor() local
166 *DoublePtr = AV.DoubleVal; in ffiValueFor()
/trueos/contrib/llvm/lib/IR/
HDConstants.cpp2487 const double *DoublePtr = reinterpret_cast<const double *>(EltPtr); in getElementAsAPFloat() local
2488 return APFloat(*const_cast<double *>(DoublePtr)); in getElementAsAPFloat()