Searched refs:uintSize (Results 1 – 1 of 1) sorted by relevance
819 unsigned int uintSize = constant->getUConst(0); in arraySizeErrorCheck() local820 if (uintSize > static_cast<unsigned int>(std::numeric_limits<int>::max())) in arraySizeErrorCheck()827 size = static_cast<int>(uintSize); in arraySizeErrorCheck()