Searched defs:Max (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h27 template <class T> T Max(T a, T b) { return a > b ? a : b; } function in namespace:fuzzer
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h73 unsigned Max; member in struct:llvm::MinMax
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp87 int Max = 0; local
H A Dxray-account.cpp223 double Max; member in struct:__anon4879::ResultRow
H A Dxray-graph.h48 double Max; member in struct:llvm::xray::GraphRenderer::TimeStat
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h64 uint64_t Max = 0; member in struct:llvm::lowertypetests::BitSetBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp276 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(Scale); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h43 template <class T> constexpr T Max(T A, T B) { return A > B ? A : B; } function in namespace:scudo
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h84 size_t Max = 0; member in class:__xray::BufferQueue::Iterator
107 Max(M) { function in class:__xray::BufferQueue::Iterator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h205 unsigned Min, Max; member in class:clang::VerifyDiagnosticConsumer::Directive
221 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h66 static const auto Max = std::numeric_limits<T>::max(); member in class:clang::interp::Integral
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp238 llvm::APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() local
293 llvm::APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp92 uint32_t Max = R.Max.getValueOr(R.Min); local
109 uint32_t Max = R.Max.getValueOr(File.getFileSize()); local
207 dumpBlockRanges(uint32_t Min, uint32_t Max) argument
430 dumpByteRanges(uint32_t Min, uint32_t Max) argument
[all...]
H A Dllvm-pdbutil.h111 llvm::Optional<uint64_t> Max; member in struct:opts::bytes::NumberRange
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp44 int64_t Max = maxIntN(Width); local
63 int64_t Max = maxUIntN(Width); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp460 const SUnit *Max = nullptr; local
H A DTypePromotion.cpp372 APInt Max = APInt::getAllOnesValue(TypePromotion::TypeSize); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp262 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp540 auto Max = Scaled64::getZero(); local
466 convertFloatingToInteger(BlockFrequencyInfoImplBase &BFI, const Scaled64 &Min, const Scaled64 &Max) argument
[all...]
/freebsd-13-stable/usr.bin/ministat/
H A Dministat.c189 Max(const struct dataset *ds) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp114 const char *DenormMin, *Epsilon, *Max, *Min; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp501 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); local

Completed in 298 milliseconds

123