Searched refs:numeric_limits (Results 176 - 200 of 372) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp103 unsigned MinCSFrameIndex = std::numeric_limits<unsigned>::max();
689 MinCSFrameIndex = std::numeric_limits<unsigned>::max();
756 if (FixedCSEnd > std::numeric_limits<int>::max())
991 int EHRegNodeFrameIndex = std::numeric_limits<int>::max();
1100 if (EHRegNodeFrameIndex != std::numeric_limits<int>::max())
H A DMIRSampleProfile.cpp199 uint32_t MaxWeight = std::numeric_limits<uint32_t>::max();
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp333 if (Val > std::numeric_limits<T>::max() || (Data + NumBytesRead > End)) {
343 if (Val > std::numeric_limits<T>::max() || (Data + NumBytesRead > End)) {
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DStringRef.h470 if constexpr (std::numeric_limits<T>::is_signed) {
499 if constexpr (std::numeric_limits<T>::is_signed) {
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp103 if (ExtendedLength > std::numeric_limits<size_t>::max())
109 formatv("{0:x}", std::numeric_limits<size_t>::max()));
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dios.cc258 if (ix < numeric_limits<int>::max())
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h45 static const unsigned InvalidDistance = std::numeric_limits<unsigned>::max();
H A DSemaInternal.h133 return (std::numeric_limits<unsigned>::max)();
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h165 uint64_t{std::numeric_limits<int32_t>::max()})) {
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp177 if (uint64_t(Buffer->getBufferSize()) > std::numeric_limits<uint64_t>::max())
227 if (uint64_t(Buffer->getBufferSize()) > std::numeric_limits<uint64_t>::max())
1115 if (std::numeric_limits<uint64_t>::max() - CountValue <= ValueSum)
1116 return std::numeric_limits<uint64_t>::max();
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h78 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;
H A DGCNDPPCombine.cpp422 std::numeric_limits<uint32_t>::max())
428 std::numeric_limits<int32_t>::max())
434 std::numeric_limits<int32_t>::min())
H A DAMDGPUSubtarget.cpp457 return std::numeric_limits<unsigned>::max();
467 if (ReqdSize != std::numeric_limits<unsigned>::max())
511 if (ReqdSize != std::numeric_limits<unsigned>::max())
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp51 cl::init(std::numeric_limits<unsigned>::max()));
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp136 return std::numeric_limits<uint64_t>::max();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp162 if (arr_size > std::numeric_limits<uint32_t>::max())
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h102 const LVAddress MaxAddress = std::numeric_limits<uint64_t>::max();
/openbsd-current/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp24 MaxCycle(Cycles == 0 ? std::numeric_limits<unsigned>::max() : Cycles),
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp76 return std::min(u, static_cast<uint64_t>(std::numeric_limits<int64_t>::max()));
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp132 assert(Seg.Size <= std::numeric_limits<size_t>::max());
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dtime_point.h134 numeric_limits<_Rep>::is_signed,
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h288 FirstFeature += StackDepthStepFunction(std::numeric_limits<size_t>::max());
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp280 if (Cost != std::numeric_limits<unsigned>::max())
284 return std::numeric_limits<unsigned>::max();
533 if (RepairCost == std::numeric_limits<unsigned>::max())
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h80 /// 1.0. getMass() == std::numeric_limits<uint64_t>::max() indicates a value of
101 return BlockMass(std::numeric_limits<uint64_t>::max());
106 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
116 Mass = Sum < Mass ? std::numeric_limits<uint64_t>::max() : Sum;
196 BlockNode() : Index(std::numeric_limits<uint32_t>::max()) {}
209 return std::numeric_limits<uint32_t>::max() - 1;
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp145 CurDiagID = std::numeric_limits<unsigned>::max();
503 assert(CurDiagID == std::numeric_limits<unsigned>::max() &&
527 CurDiagID = std::numeric_limits<unsigned>::max();

Completed in 356 milliseconds

1234567891011>>