Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp92 uint32_t Max = R.Max.getValueOr(R.Min); in dump() local
109 uint32_t Max = R.Max.getValueOr(File.getFileSize()); in dump() local
207 void BytesOutputStyle::dumpBlockRanges(uint32_t Min, uint32_t Max) { in dumpBlockRanges()
430 void BytesOutputStyle::dumpByteRanges(uint32_t Min, uint32_t Max) { in dumpByteRanges()
DMinimalTypeDumper.cpp306 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
321 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
491 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
Dllvm-pdbutil.h111 llvm::Optional<uint64_t> Max; member
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h205 unsigned Min, Max; variable
223 unsigned Min, unsigned Max) in Directive()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantRange.cpp670 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() local
1515 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local
1577 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local
1593 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local
1623 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local
1639 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local
1669 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDefs.h27 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp262 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul() local
317 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div() local
354 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVSubtarget.cpp119 unsigned Max = std::max(RVVVectorBitsMin, RVVVectorBitsMax); in getMaxRVVVectorSizeInBits() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
DSupport.cpp88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DDarwinSDKInfo.cpp40 VersionTuple Max = VersionTuple(0); in parseJSON() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp93 unsigned Min, unsigned Max) in StandardDirective()
112 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective()
293 unsigned Min = 1, Max = 1; member
1137 unsigned Min, unsigned Max) { in create()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp44 int64_t Max = maxIntN(Width); in signed_width() local
63 int64_t Max = maxUIntN(Width); in unsigned_width() local
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-internal.h402 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function
404 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h64 uint64_t Max = 0; member
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-graph.h48 double Max; member
Dxray-color-helper.cpp88 int Max = 0; in convertToHSV() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h116 static constexpr size_t Max = 10; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h98 Max enumerator
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.h84 size_t Max = 0; variable
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.h44 template <class T> constexpr T Max(T A, T B) { return A > B ? A : B; } in Max() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp1253 const llvm::APSInt &Max = IsLHSNegative in VisitBinaryOperator() local
1298 const llvm::APSInt &Max = std::min(LHS.To(), RHS.To()); in VisitBinaryOperator() local
1315 const llvm::APSInt &Max = IsLHSPositiveOrZero ? LHS.To() : RHS.To(); in VisitBinaryOperator() local
1335 llvm::APSInt Max = ConservativeRange.To(); in VisitBinaryOperator() local
2501 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange() local
2542 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange() local
2575 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DMemoryBuiltins.h197 Max enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp113 T Max = std::numeric_limits<T>::min(); in findMax() local
DAMDGPUPreLegalizerCombiner.cpp84 const int64_t Max = std::numeric_limits<int16_t>::max(); in matchClampI64ToI16() local

1234