Searched refs:numeric_limits (Results 276 - 300 of 372) sorted by relevance

<<1112131415

/openbsd-current/gnu/llvm/llvm/lib/TargetParser/
H A DX86TargetParser.cpp726 std::numeric_limits<unsigned>::max() // Need to consume last comma.
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp430 unsigned MinOrigOrder = std::numeric_limits<unsigned>::max();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp462 unsigned SI = Scavenged.size(), Diff = std::numeric_limits<unsigned>::max();
H A DStackColoring.cpp1139 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() &&
H A DMLRegallocEvictAdvisor.cpp847 Intervals.empty() ? 0 : std::numeric_limits<int64_t>::max();
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp925 : std::numeric_limits<uint64_t>::max();
/openbsd-current/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp34 constexpr uint64_t OverflowValue = std::numeric_limits<uint64_t>::max();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp740 uint64_t(std::numeric_limits<int64_t>::max()) < Value.uval))
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp517 assert(Size < std::numeric_limits<uint32_t>::max());
H A DFuzzerMutate.cpp593 {W, std::numeric_limits<size_t>::max()});
H A DFuzzerTracePC.cpp111 if (MaxFeatures > std::numeric_limits<uint32_t>::max())
/openbsd-current/gnu/llvm/libcxx/src/include/
H A Dto_chars_floating_point.h599 using Limits = numeric_limits<Floating>;
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1134 std::numeric_limits<int32_t>::min(),
1135 std::numeric_limits<uint32_t>::max());
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp179 cl::init(std::numeric_limits<unsigned>::max()), cl::Hidden,
195 cl::init(std::numeric_limits<unsigned>::max()));
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp68 unsigned NumElems = Num & std::numeric_limits<unsigned>::max();
84 unsigned MaxValue = Value & std::numeric_limits<unsigned>::max();
H A DDebugInfoMetadata.cpp37 std::numeric_limits<uint64_t>::max(), std::numeric_limits<uint64_t>::min()};
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp870 return std::numeric_limits<double>::infinity();
872 return -std::numeric_limits<double>::infinity();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2508 AllocaArraySize != std::numeric_limits<uint64_t>::max() &&
2509 std::numeric_limits<uint64_t>::max() / AllocaArraySize >=
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h72 static const int64_t Symbolic = std::numeric_limits<int64_t>::max();
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp111 UP.MaxCount = std::numeric_limits<unsigned>::max();
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp169 static const ArgNoTy ArgNone = std::numeric_limits<ArgNoTy>::max();
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h885 (MaxCount == std::numeric_limits<unsigned>::max() ? ""
/openbsd-current/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp646 return std::numeric_limits<double>::max();
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp867 auto Sentinel = static_cast<int64_t>(std::numeric_limits<uint32_t>::max())
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp777 constexpr auto T_max = std::numeric_limits<typename T::value_type>::max();

Completed in 250 milliseconds

<<1112131415