Searched refs:IsDivOverflow (Results 1 – 1 of 1) sorted by relevance
68 bool IsDivOverflow(const T &x, const T &y, const T &min) { in IsDivOverflow() function92 return IsDivOverflow<T>(x, y, min); in IsSignedIntOverflow()