reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2173 APInt RoundDoubleToAPInt(double Double, unsigned width);
2179 return RoundDoubleToAPInt(double(Float), width);
lib/ExecutionEngine/ExecutionEngine.cpp 723 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth);
lib/ExecutionEngine/Interpreter/Execution.cpp1396 Dest.AggregateVal[i].IntVal = APIntOps::RoundDoubleToAPInt( 1407 Dest.IntVal = APIntOps::RoundDoubleToAPInt(Src.DoubleVal, DBitWidth); 1434 Dest.AggregateVal[i].IntVal = APIntOps::RoundDoubleToAPInt( 1445 Dest.IntVal = APIntOps::RoundDoubleToAPInt(Src.DoubleVal, DBitWidth);tools/lldb/source/Utility/Scalar.cpp
1643 llvm::APIntOps::RoundDoubleToAPInt(d_val, sizeof(ulonglong_t) * 8);