reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
include/llvm/Support/MathExtras.h 287 (std::numeric_limits<T>::digits - 1);
lib/Target/ARM/ARMISelLowering.cpp12526 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
unittests/Support/MathExtrasTest.cpp 371 const int Digits = std::numeric_limits<T>::digits;