Searched refs:numeric_limits (Results 326 - 350 of 372) sorted by relevance

<<1112131415

/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp2251 m_count = std::numeric_limits<decltype(m_count)>::max();
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp756 BlockJumpTableRefCount[MBB] = std::numeric_limits<int>::max();
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp141 cl::init(std::numeric_limits<size_t>::max()),
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h912 return std::numeric_limits<decltype(SDNode::NumOperands)>::max();
H A DBasicTTIImpl.h471 .getLimitedValue(std::numeric_limits<uint64_t>::max() - 1) + 1;
1694 /// If ScalarizationCostPassed is std::numeric_limits<unsigned>::max(), the
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp147 if (Buffer->getBufferSize() >= std::numeric_limits<unsigned>::max()) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1575 size_t ChangedFinalIndex = std::numeric_limits<size_t>::max();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.cpp903 unsigned BestDepth = std::numeric_limits<unsigned>::max();
H A DTargetLoweringBase.cpp2343 return std::numeric_limits<unsigned>::max();
H A DRegisterCoalescer.cpp4074 unsigned CurrDepth = std::numeric_limits<unsigned>::max();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp61 static const unsigned InvalidIndex = std::numeric_limits<unsigned>::max();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp794 S.Data.size() >= std::numeric_limits<uint32_t>::max()))
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp2047 unsigned BestEditDistance = (std::numeric_limits<unsigned>::max)();
/openbsd-current/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1257 if (OB.CurrentPackMax == std::numeric_limits<unsigned>::max()) {
1351 constexpr unsigned Max = std::numeric_limits<unsigned>::max();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2234 std::numeric_limits<unsigned short>::max();
3089 if (Len > std::numeric_limits<unsigned>::max())
/openbsd-current/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h1257 if (OB.CurrentPackMax == std::numeric_limits<unsigned>::max()) {
1351 constexpr unsigned Max = std::numeric_limits<unsigned>::max();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4067 Tmp = std::numeric_limits<unsigned>::max();
4391 Tmp = std::numeric_limits<unsigned>::max();
4450 Tmp = std::numeric_limits<unsigned>::max();
4478 Tmp = std::numeric_limits<unsigned>::max();
7873 ((int)Opcode <= std::numeric_limits<int>::max() &&
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp224 return std::numeric_limits<unsigned>::max();
239 return std::numeric_limits<unsigned>::max();
H A DSILoadStoreOptimizer.cpp2137 uint32_t MaxDist = std::numeric_limits<uint32_t>::min();
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp4808 if (0 < *__ig && *__ig < numeric_limits<char>::max())
4819 if (0 < *__ig && *__ig < numeric_limits<char>::max())
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp773 std::numeric_limits<ArgNo>::max();
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3002 static const uint64_t MaxVal = std::numeric_limits<uint64_t>::max();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2722 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max())
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp99 std::numeric_limits<uint64_t>::max();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp979 assert(BitCastNumElts <= std::numeric_limits<uint32_t>::max() &&

Completed in 376 milliseconds

<<1112131415