Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1783 inline double RoundAPIntToDouble(const APInt &APIVal) { in RoundAPIntToDouble() function
1796 return float(RoundAPIntToDouble(APIVal)); in RoundAPIntToFloat()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1416 APIntOps::RoundAPIntToDouble(Src.AggregateVal[i].IntVal); in executeUIToFPInst()
1424 Dest.DoubleVal = APIntOps::RoundAPIntToDouble(Src.IntVal); in executeUIToFPInst()