reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/PackedVector.h
   76                                             std::numeric_limits<T>::is_signed> {
   79                                 std::numeric_limits<T>::is_signed>;
include/llvm/ADT/StringRef.h
  508     typename std::enable_if<!std::numeric_limits<T>::is_signed, bool>::type
  542     typename std::enable_if<!std::numeric_limits<T>::is_signed, bool>::type
include/llvm/Analysis/BlockFrequencyInfoImpl.h
  187     BlockNode() : Index(std::numeric_limits<uint32_t>::max()) {}
  200        return std::numeric_limits<uint32_t>::max() - 1;
include/llvm/CodeGen/BasicTTIImpl.h
 1083       unsigned ScalarizationCost = std::numeric_limits<unsigned>::max();
 1170       unsigned ScalarizationCostPassed = std::numeric_limits<unsigned>::max()) {
 1182         if (ScalarizationCostPassed == std::numeric_limits<unsigned>::max())
 1191           if (ScalarizationCostPassed == std::numeric_limits<unsigned>::max())
 1507           ((ScalarizationCostPassed != std::numeric_limits<unsigned>::max())
 1522           if (ScalarizationCostPassed == std::numeric_limits<unsigned>::max())
include/llvm/CodeGen/FastISel.h
  573     unsigned FirstTerminatorOrder = std::numeric_limits<unsigned>::max();
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  624     return copyCost(Dst, Src, Size) == std::numeric_limits<unsigned>::max();
  633     return std::numeric_limits<unsigned>::max();
include/llvm/CodeGen/LiveIntervalUnion.h
  154         unsigned MaxInterferingRegs = std::numeric_limits<unsigned>::max());
include/llvm/CodeGen/PBQP/Graph.h
   33       return std::numeric_limits<NodeId>::max();
   38       return std::numeric_limits<EdgeId>::max();
include/llvm/Demangle/ItaniumDemangle.h
 1108     if (S.CurrentPackMax == std::numeric_limits<unsigned>::max()) {
 1202     constexpr unsigned Max = std::numeric_limits<unsigned>::max();
include/llvm/Demangle/Utility.h
   77   unsigned CurrentPackIndex = std::numeric_limits<unsigned>::max();
   78   unsigned CurrentPackMax = std::numeric_limits<unsigned>::max();
include/llvm/Object/ELF.h
  405   if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
include/llvm/Support/MathExtras.h
  157   static_assert(std::numeric_limits<T>::is_integer &&
  158                     !std::numeric_limits<T>::is_signed,
  226   static_assert(std::numeric_limits<T>::is_integer &&
  227                     !std::numeric_limits<T>::is_signed,
  241     return std::numeric_limits<T>::max();
  282     return std::numeric_limits<T>::max();
  287          (std::numeric_limits<T>::digits - 1);
  499   static_assert(std::numeric_limits<T>::is_integer &&
  500                     !std::numeric_limits<T>::is_signed,
  515   static_assert(std::numeric_limits<T>::is_integer &&
  516                     !std::numeric_limits<T>::is_signed,
  557   static_assert(std::numeric_limits<T>::is_integer &&
  558                     !std::numeric_limits<T>::is_signed,
  795     return std::numeric_limits<T>::max();
  820   const T Max = std::numeric_limits<T>::max();
include/llvm/Support/ScaledNumber.h
   54   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
   81   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
   84   if (Width == 64 || Digits <= std::numeric_limits<DigitsT>::max())
  115   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
  154   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
  162     return std::make_pair(std::numeric_limits<DigitsT>::max(), MaxScale);
  189   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
  252   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
  288   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
  334   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
  374   static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
  392     return std::make_pair(std::numeric_limits<DigitsT>::max(), RLgFloor);
  494   static_assert(!std::numeric_limits<DigitsT>::is_signed,
  500   typedef std::numeric_limits<DigitsType> DigitsLimits;
  781   typedef std::numeric_limits<IntT> Limits;
include/llvm/TextAPI/MachO/ArchitectureSet.h
   31       std::numeric_limits<ArchSetType>::max();
include/llvm/Transforms/Instrumentation.h
  189   return MaxCount < std::numeric_limits<uint32_t>::max()
  191              : MaxCount / std::numeric_limits<uint32_t>::max() + 1;
include/llvm/Transforms/Utils/CodeExtractor.h
  100     unsigned NumExitBlocks = std::numeric_limits<unsigned>::max();
lib/Analysis/CFLSteensAliasAnalysis.cpp
   87     std::numeric_limits<StratifiedIndex>::max();
lib/Analysis/ValueTracking.cpp
 2629       Tmp = std::numeric_limits<unsigned>::max();
lib/Bitcode/Reader/MetadataLoader.cpp
  140         RefsUpperBound(std::min((size_t)std::numeric_limits<unsigned>::max(),
 1347     if (Record[8] > (uint64_t)std::numeric_limits<uint32_t>::max())
 1733         if (Record[11] > (uint64_t)std::numeric_limits<uint32_t>::max())
 1786       if (Record[8 + HasTag] > (uint64_t)std::numeric_limits<uint32_t>::max())
lib/Bitcode/Reader/ValueList.h
   56         RefsUpperBound(std::min((size_t)std::numeric_limits<unsigned>::max(),
lib/CodeGen/AsmPrinter/AccelTable.cpp
  316       Asm->emitInt32(std::numeric_limits<uint32_t>::max());
lib/CodeGen/CodeGenPrepare.cpp
 6413     unsigned ExtractIdx = std::numeric_limits<unsigned>::max();
 6590   unsigned CombineCost = std::numeric_limits<unsigned>::max();
 7157   uint32_t Scale = (NewMax / std::numeric_limits<uint32_t>::max()) + 1;
lib/CodeGen/GlobalISel/RegBankSelect.cpp
  281     if (Cost != std::numeric_limits<unsigned>::max())
  285   return std::numeric_limits<unsigned>::max();
  529     if (RepairCost == std::numeric_limits<unsigned>::max())
lib/CodeGen/MIRParser/MIParser.cpp
 1633     const uint64_t Limit = uint64_t(std::numeric_limits<unsigned>::max()) + 1;
lib/CodeGen/MachineScheduler.cpp
 1866   MinReadyCycle = std::numeric_limits<unsigned>::max();
 2345     MinReadyCycle = std::numeric_limits<unsigned>::max();
lib/CodeGen/PrologEpilogInserter.cpp
  103   unsigned MinCSFrameIndex = std::numeric_limits<unsigned>::max();
  601   MinCSFrameIndex = std::numeric_limits<unsigned>::max();
lib/CodeGen/RegisterCoalescer.cpp
 3649   unsigned CurrDepth = std::numeric_limits<unsigned>::max();
lib/CodeGen/RegisterScavenging.cpp
  470   unsigned SI = Scavenged.size(), Diff = std::numeric_limits<unsigned>::max();
lib/CodeGen/SelectionDAG/FastISel.cpp
  279   unsigned FirstOrder = std::numeric_limits<unsigned>::max();
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  361       DisableSchedCycles ? 0 : std::numeric_limits<unsigned>::max();
  607     MinAvailableCycle = std::numeric_limits<unsigned>::max();
 1506     unsigned LiveCycle = std::numeric_limits<unsigned>::max();
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 3479     Tmp = std::numeric_limits<unsigned>::max();
 3771       Tmp = std::numeric_limits<unsigned>::max();
 3837     Tmp = std::numeric_limits<unsigned>::max();
 3860       Tmp = std::numeric_limits<unsigned>::max();
lib/CodeGen/SplitKit.cpp
  903   unsigned BestDepth = std::numeric_limits<unsigned>::max();
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  311   } else if (Value <= std::numeric_limits<uint32_t>::max()) {
  359   } else if (Value <= std::numeric_limits<uint32_t>::max()) {
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  570       if (Value > std::numeric_limits<uint32_t>::max())
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  549       if (Value > std::numeric_limits<uint32_t>::max())
lib/IR/Attributes.cpp
   71   unsigned NumElems = Num & std::numeric_limits<unsigned>::max();
lib/MC/MCParser/COFFAsmParser.cpp
  468   if (Offset < 0 || Offset > std::numeric_limits<uint32_t>::max())
lib/MCA/Instruction.cpp
  251 const unsigned WriteRef::INVALID_IID = std::numeric_limits<unsigned>::max();
lib/Object/COFFObjectFile.cpp
   94   if (Value > std::numeric_limits<uint32_t>::max())
lib/Object/MachOObjectFile.cpp
  286     if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize ||
lib/ProfileData/Coverage/CoverageMappingReader.cpp
  140           readIntMax(EncodedCounter, std::numeric_limits<unsigned>::max()))
  167                               std::numeric_limits<unsigned>::max()))
  200             readIntMax(LineStartDelta, std::numeric_limits<unsigned>::max()))
  204     if (ColumnStart > std::numeric_limits<unsigned>::max())
  206     if (auto Err = readIntMax(NumLines, std::numeric_limits<unsigned>::max()))
  208     if (auto Err = readIntMax(ColumnEnd, std::numeric_limits<unsigned>::max()))
  228       ColumnEnd = std::numeric_limits<unsigned>::max();
  330           readIntMax(FilenameIndex, std::numeric_limits<unsigned>::max()))
  344                              std::numeric_limits<unsigned>::max()))
lib/ProfileData/SampleProfReader.cpp
  294   if (Val > std::numeric_limits<T>::max())
 1250   if (uint64_t(Buffer->getBufferSize()) > std::numeric_limits<uint32_t>::max())
lib/Support/SourceMgr.cpp
  139   else if (Sz <= std::numeric_limits<uint32_t>::max())
lib/Target/AArch64/AArch64ISelLowering.cpp
 6277       : Vec(Vec), MinElt(std::numeric_limits<unsigned>::max()), MaxElt(0),
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  289     return std::numeric_limits<unsigned>::max();
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  117     return std::numeric_limits<unsigned>::max();
  133     return std::numeric_limits<unsigned>::max();
  137     return std::numeric_limits<unsigned>::max();
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
   94   UP.MaxCount = std::numeric_limits<unsigned>::max();
lib/Target/AMDGPU/GCNDPPCombine.cpp
  287         std::numeric_limits<uint32_t>::max())
lib/Target/AMDGPU/GCNIterativeScheduler.cpp
   65                           std::numeric_limits<unsigned>::max()) {
lib/Target/AMDGPU/GCNIterativeScheduler.h
  107                                 std::numeric_limits<unsigned>::max());
lib/Target/AMDGPU/GCNMinRegStrategy.cpp
   46     return NumPreds[SU->NodeNum] == std::numeric_limits<unsigned>::max();
   51     NumPreds[SU->NodeNum] = std::numeric_limits<unsigned>::max();
lib/Target/AMDGPU/GCNRegPressure.h
   69     unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
 1585   uint32_t MaxDist = std::numeric_limits<uint32_t>::min();
lib/Target/ARM/ARMISelLowering.cpp
 7340     unsigned MinElt = std::numeric_limits<unsigned>::max();
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
 1009     unsigned PRegNum = PMO.isUndef() ? std::numeric_limits<unsigned>::max()
 1062       unsigned RegNum = MO.isUndef() ? std::numeric_limits<unsigned>::max()
lib/Target/Hexagon/HexagonBitSimplify.cpp
   58   cl::init(std::numeric_limits<unsigned>::max()));
   61   cl::init(std::numeric_limits<unsigned>::max()));
 2346     unsigned P = std::numeric_limits<unsigned>::max();
 2358     if (P != std::numeric_limits<unsigned>::max()) {
lib/Target/Hexagon/HexagonFrameLowering.cpp
  175     cl::init(std::numeric_limits<unsigned>::max()), cl::Hidden, cl::ZeroOrMore,
  190     cl::init(std::numeric_limits<unsigned>::max()));
lib/Target/Hexagon/HexagonGenMux.cpp
   93       unsigned TrueX = std::numeric_limits<unsigned>::max();
   94       unsigned FalseX = std::numeric_limits<unsigned>::max();
  270     if (CI.TrueX == std::numeric_limits<unsigned>::max() ||
  271         CI.FalseX == std::numeric_limits<unsigned>::max())
lib/Target/Hexagon/HexagonISelLowering.cpp
 1333     setMinimumJumpTableEntries(std::numeric_limits<unsigned>::max());
lib/Target/Hexagon/HexagonMachineScheduler.cpp
  422     MinReadyCycle = std::numeric_limits<unsigned>::max();
lib/Target/Hexagon/HexagonMachineScheduler.h
  149     unsigned MinReadyCycle = std::numeric_limits<unsigned>::max();
lib/Target/Hexagon/HexagonRDFOpt.cpp
   50     cl::init(std::numeric_limits<unsigned>::max()));
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
  763   auto Sentinal = static_cast<int64_t>(std::numeric_limits<uint32_t>::max())
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1175     unsigned RLAmt = std::numeric_limits<unsigned>::max();
 1177     unsigned FirstGroupStartIdx = std::numeric_limits<unsigned>::max();
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  829                                       std::numeric_limits<uint32_t>::max());
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
   81     if (static_cast<uint64_t>(Offset) <= std::numeric_limits<uint32_t>::max()) {
lib/Transforms/IPO/SampleProfile.cpp
 1478       if (Weight > std::numeric_limits<uint32_t>::max()) {
 1480         Weight = std::numeric_limits<uint32_t>::max();
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  453   unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();
lib/Transforms/Scalar/InferAddressSpaces.cpp
  136     std::numeric_limits<unsigned>::max();
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  185       std::numeric_limits<unsigned>::max();
 1425   C.Insns = std::numeric_limits<unsigned>::max();
 1426   C.NumRegs = std::numeric_limits<unsigned>::max();
 1427   C.AddRecCost = std::numeric_limits<unsigned>::max();
 1428   C.NumIVMuls = std::numeric_limits<unsigned>::max();
 1429   C.NumBaseAdds = std::numeric_limits<unsigned>::max();
 1430   C.ImmCost = std::numeric_limits<unsigned>::max();
 1431   C.SetupCost = std::numeric_limits<unsigned>::max();
 1432   C.ScaleCost = std::numeric_limits<unsigned>::max();
lib/Transforms/Scalar/LoopUnrollPass.cpp
  172 static const unsigned NoThreshold = std::numeric_limits<unsigned>::max();
  195   UP.MaxCount = std::numeric_limits<unsigned>::max();
  196   UP.FullUnrollMaxCount = std::numeric_limits<unsigned>::max();
  710   if (Cost.RolledDynamicCost >= std::numeric_limits<unsigned>::max() / 100)
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
   93     std::numeric_limits<unsigned>::max();
lib/Transforms/Utils/LoopUnrollPeel.cpp
   74     std::numeric_limits<unsigned>::max();
lib/Transforms/Utils/LowerSwitch.cpp
  211         const unsigned NumMergedCases = std::numeric_limits<unsigned>::max()) {
lib/Transforms/Utils/ValueMapper.cpp
  196     unsigned ID = std::numeric_limits<unsigned>::max();
lib/Transforms/Vectorize/LoopVectorize.cpp
 5984       unsigned InterleaveCost = std::numeric_limits<unsigned>::max();
 6002               : std::numeric_limits<unsigned>::max();
tools/clang/include/clang/AST/APValue.h
   79     return (std::numeric_limits<unsigned>::max() >> NumLowBitsAvailable) - 1;
tools/clang/include/clang/AST/Expr.h
 5220     ResultDependentIndex = std::numeric_limits<unsigned>::max(),
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2444     2, std::numeric_limits<unsigned>::max()>
 2451     2, std::numeric_limits<unsigned>::max()>
 2458     2, std::numeric_limits<unsigned>::max()>
tools/clang/include/clang/Basic/Diagnostic.h
  853     return CurDiagID != std::numeric_limits<unsigned>::max();
  881   void Clear() { CurDiagID = std::numeric_limits<unsigned>::max(); }
tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
  200     static const unsigned MaxCount = std::numeric_limits<unsigned>::max();
tools/clang/include/clang/Sema/SemaInternal.h
  133       return (std::numeric_limits<unsigned>::max)();
tools/clang/include/clang/Sema/TypoCorrection.h
   45   static const unsigned InvalidDistance = std::numeric_limits<unsigned>::max();
tools/clang/lib/AST/Interp/ByteCodeEmitter.cpp
  131     if (Code.size() + Size > std::numeric_limits<unsigned>::max()) {
tools/clang/lib/AST/Interp/Integral.h
   65   static const auto Min = std::numeric_limits<T>::min();
   66   static const auto Max = std::numeric_limits<T>::max();
tools/clang/lib/AST/Interp/Program.cpp
  314         if (std::numeric_limits<unsigned>::max() / ElemSize <= NumElems) {
  327         if (std::numeric_limits<unsigned>::max() / ElemSize <= NumElems)
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  769     2, std::numeric_limits<unsigned>::max()>
  772     2, std::numeric_limits<unsigned>::max()>
  775     2, std::numeric_limits<unsigned>::max()>
tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
  675           (MaxCount == std::numeric_limits<unsigned>::max() ? ""
tools/clang/lib/Basic/Diagnostic.cpp
  132   CurDiagID = std::numeric_limits<unsigned>::max();
  494   CurDiagID = std::numeric_limits<unsigned>::max();
tools/clang/lib/Basic/SourceManager.cpp
  140       std::numeric_limits<unsigned>::max()) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7637               std::numeric_limits<decltype(
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  278         std::make_pair(std::numeric_limits<unsigned>::max(), 0));
tools/clang/lib/Frontend/CompilerInstance.cpp
 1899         unsigned BestEditDistance = (std::numeric_limits<unsigned>::max)();
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1688                          .Default(std::numeric_limits<unsigned>::max());
 1690       if (Val != std::numeric_limits<unsigned>::max())
tools/clang/lib/Lex/LiteralSupport.cpp
 1119   if (NumBitsNeeded > std::numeric_limits<unsigned>::max())
tools/clang/lib/Serialization/ASTReader.cpp
 3838     uint32_t None = std::numeric_limits<uint32_t>::max();
tools/clang/lib/Serialization/ASTWriter.cpp
 5049         uint32_t None = std::numeric_limits<uint32_t>::max();
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
   88   static const unsigned InvalidArgIndex{std::numeric_limits<unsigned>::max()};
   90   static const unsigned ReturnValueIndex{std::numeric_limits<unsigned>::max() -
tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
   95   static const ArgNoTy Ret = std::numeric_limits<ArgNoTy>::max();
tools/clang/lib/Tooling/Core/Replacement.cpp
  252   if (R.getOffset() == std::numeric_limits<unsigned>::max()) {
tools/clang/tools/extra/clangd/CodeCompletionStrings.cpp
   97   unsigned CursorSnippetArg = std::numeric_limits<unsigned>::max();
tools/clang/tools/extra/clangd/FileDistance.h
   67   unsigned MaxUpTraversals = std::numeric_limits<unsigned>::max();
   74   static constexpr unsigned Unreachable = std::numeric_limits<unsigned>::max();
tools/clang/tools/extra/clangd/XRefs.cpp
  921     Limit = std::numeric_limits<uint32_t>::max();
tools/clang/tools/extra/clangd/index/Index.cpp
   43   if (OK && Limit <= std::numeric_limits<uint32_t>::max())
tools/clang/tools/extra/clangd/index/MemIndex.cpp
   74       Req.Limit.getValueOr(std::numeric_limits<uint32_t>::max());
   92       Req.Limit.getValueOr(std::numeric_limits<uint32_t>::max());
tools/clang/tools/extra/clangd/index/Merge.cpp
   96       Req.Limit.getValueOr(std::numeric_limits<uint32_t>::max());
  127       Req.Limit.getValueOr(std::numeric_limits<uint32_t>::max());
tools/clang/tools/extra/clangd/index/dex/Dex.cpp
  256       Req.Limit.getValueOr(std::numeric_limits<uint32_t>::max());
  271       Req.Limit.getValueOr(std::numeric_limits<uint32_t>::max());
tools/clang/tools/extra/clangd/index/dex/Iterator.cpp
  170     DocID Result = std::numeric_limits<DocID>::max();
tools/dsymutil/DeclContext.cpp
  108   unsigned ByteSize = std::numeric_limits<uint32_t>::max();
tools/dsymutil/DwarfLinker.h
  473   unsigned MinDwarfVersion = std::numeric_limits<unsigned>::max();
tools/dsymutil/DwarfStreamer.cpp
  404                                    : std::numeric_limits<uint32_t>::max();
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  375   raw_value &= std::numeric_limits<T>::max();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1375       packet.GetHexMaxU32(false, std::numeric_limits<uint32_t>::max());
 1376   if (signo == std::numeric_limits<uint32_t>::max())
 1673       packet.GetHexMaxU32(false, std::numeric_limits<uint32_t>::max());
 1674   if (reg_index == std::numeric_limits<uint32_t>::max())
 1963       packet.GetHexMaxU32(false, std::numeric_limits<uint32_t>::max());
 1964   if (reg_index == std::numeric_limits<uint32_t>::max()) {
 2043       packet.GetHexMaxU32(false, std::numeric_limits<uint32_t>::max());
 2044   if (reg_index == std::numeric_limits<uint32_t>::max()) {
 2587       packet.GetHexMaxU32(false, std::numeric_limits<uint32_t>::max());
 2588   if (size == std::numeric_limits<uint32_t>::max())
tools/lldb/unittests/Utility/StreamTest.cpp
  203   s.PutHex32(std::numeric_limits<uint32_t>::max(), lldb::eByteOrderLittle);
  217   s.PutHex32(std::numeric_limits<uint32_t>::max(), lldb::eByteOrderBig);
  310   s << std::numeric_limits<uint32_t>::max() << " ";
unittests/ADT/StringMapTest.cpp
  517     LargeValue = std::numeric_limits<unsigned>::max();
  519     LargeValue = std::numeric_limits<unsigned>::max() + 1ULL;
  536     LargeValue = std::numeric_limits<unsigned>::max();
  538     LargeValue = std::numeric_limits<unsigned>::max() + 1ULL;
unittests/Support/MathExtrasTest.cpp
  287   const T Max = std::numeric_limits<T>::max();
  321   const T Max = std::numeric_limits<T>::max();
  371   const int Digits = std::numeric_limits<T>::digits;
  401   const T Max = std::numeric_limits<T>::max();
usr/include/c++/7.4.0/bits/random.h
 1598     { return std::numeric_limits<result_type>::min(); }
 1602     { return std::numeric_limits<result_type>::max(); }
usr/include/c++/7.4.0/bits/uniform_int_dist.h
  109 			   _IntType __b = std::numeric_limits<_IntType>::max())
utils/TableGen/CodeGenDAGPatterns.h
  255   unsigned PtrAddrSpace = std::numeric_limits<unsigned>::max();
utils/TableGen/InfoByHwMode.h
  139   unsigned PtrAddrSpace = std::numeric_limits<unsigned>::max();
  141     return PtrAddrSpace != std::numeric_limits<unsigned>::max();